schema.graphql 75 B

123456
  1. schema {
  2. query: Root
  3. mutation: Mutation
  4. subscription: Subscription
  5. }