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
@ianlewis yes, at least two use cases from the top of my head:
GraphQL schema files can be stored in a repo if the GraphQL framework in use is schema-first (like Ariadne for Python);
Tests covering a GraphQL API have GraphQL files with test requests chilling around them.
If GraphQL code is in a file contrary to being embedded, as an opaque string, into source code, — an IDE (having PyCharm in mind here) offers navigation and schema validation facilities for said code.
Handle text files in unknown languages using a generic configuration. This may be able to support files in languages that aren't explicitly known.
For example:
#
or//
The text was updated successfully, but these errors were encountered: