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
I am following the example repos, but with my own GraphQL endpoint. I notice that when I run: get-graphql-schema http://localhost:8787 > lib/common/domain/schema.graphql
And then then buildrunner: dart run build_runner build --delete-conflicting-outputs, it generates all files, except the schema.schema.gql.dart file:
(it even creates the schema.schema.gql.g.dart file?)
What am I missing here?
The text was updated successfully, but these errors were encountered:
I'm having this issue as well now - it only happens after adding a JsonSerializer for the JSON scalar type. Currently, I am just setting possibleTypesMap to an empty map ( {} ). Is this an appropriate solution? I'm not quite sure what it is used for but my queries seem to work just fine without it.
I am following the example repos, but with my own GraphQL endpoint. I notice that when I run:
get-graphql-schema http://localhost:8787 > lib/common/domain/schema.graphql
And then then buildrunner:
dart run build_runner build --delete-conflicting-outputs
, it generates all files, except theschema.schema.gql.dart
file:(it even creates the
schema.schema.gql.g.dart
file?)What am I missing here?
The text was updated successfully, but these errors were encountered: