Files
hoppscotch/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/MakeUsersAdmin.graphql
2024-03-13 14:45:13 +05:30

4 lines
85 B
GraphQL

mutation MakeUsersAdmin($userUIDs: [ID!]!) {
makeUsersAdmin(userUIDs: $userUIDs)
}