packages feed

morpheus-graphql-app-0.17.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
}