channel.api.graphql 59 B

123
  1. type Mutation {
  2. createChannel(code: String!): Channel!
  3. }