graphql-idl-parser 0.1.1

A parser for the GraphQL IDL format.
1
2
3
4
5
6
7
8
# State of the project; either 'open' or 'closed'
enum ProjectState {
  # The project is closed.
  CLOSED

  # The project is open.
  OPEN
}