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
target will have type RefInfoRepositoryRefTarget which is long. And what's more important is that if I have another query, its fields' type name will be completely different, despite it could just be the same thing, e.g. a GitObject.
Is there an option to make graphql_client generate schema types, instead of path-based types? Am I missing something?
The text was updated successfully, but these errors were encountered:
Right now types are path based, e.g.:
target
will have typeRefInfoRepositoryRefTarget
which is long. And what's more important is that if I have another query, its fields' type name will be completely different, despite it could just be the same thing, e.g. aGitObject
.Is there an option to make graphql_client generate schema types, instead of path-based types? Am I missing something?
The text was updated successfully, but these errors were encountered: