packages feed

morpheus-graphql-core-0.15.0: test/merge/schema/query-subscription-mutation/api/ext.gql

type Query {
  id: ID
  name: String
}

type Mutation {
  id: ID
}

type Subscription {
  name: String
}