Replies: 1 comment 3 replies
-
What is the output of the build process and the generated file? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just trying to figure out how to make full use of the package. So far it seems that all of the expected
client.query$....
are missing and theOptions$Query$...
classes are also missing. All help is appreciated.The Setup
and building all using
The generated
get_user_preferences.graphql.dart
includesMaking a call
and here I get the error
Method does not exist
forclient.query$GetUserPreferences
. Also the classOptions$Query$GetUserPreferences
does not exist.Is there some other
client
I should be using instead of the one coming from the graphql package? Why is the Options class missing? All help is appreciated.Beta Was this translation helpful? Give feedback.
All reactions