Files
hoppscotch/packages/hoppscotch-selfhost-web/src/api/mutations/CreateGQLRootUserCollection.graphql

6 lines
116 B
GraphQL

mutation CreateGQLRootUserCollection($title: String!) {
createGQLRootUserCollection(title: $title) {
id
}
}