api-client/packages/hoppscotch-app/helpers/backend/gql/mutations/CreateNewRootCollection.graphql
2022-02-04 15:44:36 +05:30

5 lines
136 B
GraphQL

mutation CreateNewRootCollection($title: String!, $teamID: ID!) {
createRootCollection(title: $title, teamID: $teamID) {
id
}
}