-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Client #99
Comments
This feels a bit out of scope for gqlgen. if there is something needed to support it like extra introspection endpoints etc I would be happy to add something here. But I think most of this needs to happen client side. apollographql/apollo-client#2756 Apollo has an open issue maybe it's worth collaborating there? |
its is out of scope. I dont think it shoudl be in your repo at all.
Its more of a call out to anyone that wants to do it :)
Its a very good match.
The apollo Issue. I already did my minion +1. They have no responded to the
many +1's and so i figured its better to do it yourself.
…On Sun, 29 Apr 2018 at 13:26 Adam Scarr ***@***.***> wrote:
This feels a bit out of scope for gqlgen.
if there is something needed to support it like extra introspection
endpoints etc I would be happy to add something here. But I think most of
this needs to happen client side.
apollographql/apollo-client#2756
<apollographql/apollo-client#2756> Apollo has
an open issue maybe it's worth collaborating there?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATuCwhHqz8qkT69GA5kNG-fhxZVYdfMnks5ttaN7gaJpZM4TrvRC>
.
|
cgxxv
pushed a commit
to cgxxv/gqlgen
that referenced
this issue
Mar 25, 2022
* Add `(*Schema).Validate` This adds a `Validate` method to the schema, which allows you to find out if a query is valid without actually running it. This is valuable when you have a client with static queries and want to statically determine whether they are valid. * Fix Validate doc string
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The readme with the comparison is really great btw.
I am working through how to get flutter talking to the graphql.
With Flutter you can do alot of codegen and so i am thinking though how best codegen the Dart code from the graphql schema.
This looks like a really good library to base it on:
https://github.com/davidmarne/flutter_built_redux
i like his because it also allow to use the same code and code gen for Dat web also. Not many libs have this
Anyway, i am raising this here because there might be others working on this.
The text was updated successfully, but these errors were encountered: