You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using a schema with an enum table titled ability_categories I get some strange imports in the file InsertAbilityOne.elm after running a npx elm-gql init --force.
Notice the import import Api.Enum.ability_categories_enum is a 'bad' import. Both imports seem to be used throughout the file at various locations.
This is replicated anytime I use an enum table with similar naming patterns. It can be fixed by replacing the bad import with the correct import and removing the bad import.
Replicated while using version 0.14.0 & 0.13.0
The text was updated successfully, but these errors were encountered:
It looks like every enum is resulting in a 'bad import'. I have over 100 generated files in api/ and it looks like every file that has an enum reference has this 'bad import'
While using a schema with an enum table titled
ability_categories
I get some strange imports in the fileInsertAbilityOne.elm
after running anpx elm-gql init --force
.Notice the import
import Api.Enum.ability_categories_enum
is a 'bad' import. Both imports seem to be used throughout the file at various locations.InsertAbilityOne.elm imports
The GraphQL
This is replicated anytime I use an enum table with similar naming patterns. It can be fixed by replacing the bad import with the correct import and removing the bad import.
Replicated while using version 0.14.0 & 0.13.0
The text was updated successfully, but these errors were encountered: