packages feed

morpheus-graphql-core-0.15.0: test/merge/schema/query-subscription-mutation/expected/ok.gql

type Query {
  name: String
  id: ID
}

type Mutation {
  name(i: Int): String
  id: ID
}

type Subscription {
  name: String
}