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
typeBusinessimplementsNamedEntity&ValuedEntity {
name: Stringvalue: IntemployeeCount: Int
}
I do think we can use & instead of , here, so we can simply print schema to a file rather than fetching it through graphql get-schema in JavaScript world.
I compare both of them which was generated in my project and find the only difference, even better with descriptions.
Thanks!
The text was updated successfully, but these errors were encountered:
https://github.com/graphql-python/graphql-core/blame/master/graphql/utils/schema_printer.py#L132
https://facebook.github.io/graphql/draft/#sec-Interfaces
I do think we can use
&
instead of,
here, so we can simply print schema to a file rather than fetching it through graphql get-schema in JavaScript world.I compare both of them which was generated in my project and find the only difference, even better with descriptions.
Thanks!
The text was updated successfully, but these errors were encountered: