CreateNewRootCollection.graphql 136 B

12345
  1. mutation CreateNewRootCollection($title: String!, $teamID: ID!) {
  2. createRootCollection(title: $title, teamID: $teamID) {
  3. id
  4. }
  5. }