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
To improve developer experience, I think it would be better to utilize GraphQL Code Generator instead of Apollo's Generator.
What makes GrahpQL Code Generator better?
Generally, a much better developer experience; IMHO, the best part is that GraphQL Code Generator generates hooks based on operation files (graphql files with queries).
To improve developer experience, I think it would be better to utilize GraphQL Code Generator instead of Apollo's Generator.
What makes GrahpQL Code Generator better?
Generally, a much better developer experience; IMHO, the best part is that GraphQL Code Generator generates hooks based on operation files (graphql files with queries).
@dotansimha has also made a nice list of features and differences for further reference. apollographql/apollo-tooling#2053
The text was updated successfully, but these errors were encountered: