createGroup.graphql 55 Bytes Raw Blame History Permalink 1 2 3 type Mutation { createGroup(name: String!): Group! }