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

7 lines
153 B
GraphQL
Raw Normal View History

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