UpdateAPIClientRoleInput
Input for updating an API client's role
input UpdateAPIClientRoleInput {
role: String!
}
Fields
UpdateAPIClientRoleInput.role ● String! non-null scalar
New role to assign (admin or viewer)
Member Of
updateAPIClientRole mutation