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
Our team is considering to use graphql_codegen for new Flutter application.
And the server side application already have GraphQL scheme definitions as .graphqls files.
Current graphql_codegen doesn't support .graphqls files, we have to copy and rename .graphqls files to .graphql and have to sync it manually.
It's perfect for us if graphql_codegen supports .graphqls` files, so we hope it.
Is there any plans to support .graphqls files? Thank you!
The text was updated successfully, but these errors were encountered:
👋 @kikuchy
Thank you for raising an issue. I will investigate the issue and get back to you as soon as possible.
Please make sure you have provided enough context.
This library is created and maintained by me, @budde377. Please consider supporting my work and ensure our survival by donating here.
Thank you for developing awesome libraries!
Our team is considering to use graphql_codegen for new Flutter application.
And the server side application already have GraphQL scheme definitions as
.graphqls
files.Current graphql_codegen doesn't support
.graphqls
files, we have to copy and rename.graphqls
files to.graphql
and have to sync it manually.It's perfect for us if graphql_codegen supports .graphqls` files, so we hope it.
Is there any plans to support
.graphqls
files? Thank you!The text was updated successfully, but these errors were encountered: