Skip to content

[Feature Request] Schema File #88

Open
@Disturbing

Description

@Disturbing

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions