Files
hoppscotch/packages/hoppscotch-selfhost-desktop/src/api/mutations/DeleteUserCollection.graphql
2023-11-03 13:28:13 +05:30

4 lines
118 B
GraphQL

mutation DeleteUserCollection($userCollectionID: ID!) {
deleteUserCollection(userCollectionID: $userCollectionID)
}