graphql-idl-parser 0.1.1

A parser for the GraphQL IDL format.
1
2
3
4
5
# An object that can be closed
interface Closable {
  # `true` if the object is closed (definition of closed may depend on type)
  closed: Boolean!
}