Open
Description
Hey There!
Kudos for creating the project, great implementation of GraphQL on .NET.
Is there a way to print out the Schema to see what all is available? Something similar to this:
type Query {
human(id: ID!): Human
}
type Human {
name: String
appearsIn: [Episode]
starships: [Starship]
}
enum Episode {
NEWHOPE
EMPIRE
JEDI
}
type Starship {
name: String
}
Metadata
Metadata
Assignees
Labels
No labels