graphql-python / graphql-python/graphql-core-legacy

Loading Schema from file

Open
#137 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
372
Forks
175
PR merge metrics
No merged PRs in 30d

Description

I'm not sure if this is already provided, but I cant seem to find anything in the docementation and after reading some of the code in this library.

Given some schema language file e.g.:

```
type Character {
name: String!
appearsIn: [Episode]!
}
```
I would like to load it as a `GraphQLSchema` object

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.