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

Support for custom scalars #745

Closed
jomag opened this issue Oct 14, 2020 · 1 comment
Closed

Support for custom scalars #745

jomag opened this issue Oct 14, 2020 · 1 comment

Comments

@jomag
Copy link

jomag commented Oct 14, 2020

It would be nice if graphql-flutter supported custom scalars. Like many others, I have a need for a date+time in my GraphQL types, and it would be great if I could add a custom scalar so that conversion between ISO8601 strings and DateTime objects was handled automatically.

@micimize
Copy link
Collaborator

This is a subset of the type generation problem: #26

For now, we leave that to other libraries:

Ferry also has built-in codegen: https://pub.dev/packages/ferry

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

2 participants