Skip to content
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

Closed
ghost opened this issue Apr 29, 2018 · 2 comments
Closed

Flutter Client #99

ghost opened this issue Apr 29, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 29, 2018

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.

@vektah
Copy link
Collaborator

vektah commented Apr 29, 2018

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?

@ghost
Copy link
Author

ghost commented Apr 29, 2018 via email

@vektah vektah closed this as completed May 30, 2018
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant