api-client/packages/hoppscotch-selfhost-web/src/api/mutations/CreateGQLRootUserCollection.graphql
Nivedin 47e009267b
feat: collection level headers and authorization (#3505)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-13 22:43:18 +05:30

6 lines
153 B
GraphQL

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