packages feed

morpheus-graphql-app-0.17.0: test/merge/schema/query-subscription-mutation/api/ext.gql

type Query {
  id: ID
  name: String
}

type Mutation {
  id: ID
}

type Subscription {
  name: String
}