Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Update AdminMutation.md #57

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 17 additions & 17 deletions content/travelgatex/reference/objects/AdminMutation.md
Expand Up @@ -7,7 +7,7 @@
"typeString": "Access",
"name": "createAccess",
"url": "/travelgatex/reference/objects/access",
"description": "Creates an Access.",
"description": "Creates an Access",
"isDeprecated": false,
"args": [
{
Expand All @@ -22,7 +22,7 @@
"typeString": "Access",
"name": "updateAccess",
"url": "/travelgatex/reference/objects/access",
"description": "Updates an Access.",
"description": "Updates an Access",
"isDeprecated": false,
"args": [
{
Expand All @@ -37,7 +37,7 @@
"typeString": "Access",
"name": "grantAccessToGroup",
"url": "/travelgatex/reference/objects/access",
"description": "Grants Access visibility to a group.",
"description": "Grants Access visibility to a group",
"isDeprecated": false,
"args": [
{
Expand All @@ -52,7 +52,7 @@
"typeString": "Access",
"name": "deleteAccessFromGroup",
"url": "/travelgatex/reference/objects/access",
"description": "Removes Access visibility to groups.",
"description": "Removes Access visibility to groups",
"isDeprecated": false,
"args": [
{
Expand All @@ -67,7 +67,7 @@
"typeString": "Supplier",
"name": "grantSupplierToGroup",
"url": "/travelgatex/reference/objects/supplier",
"description": "Grants Supplier visibility to a group.",
"description": "Grants Supplier visibility to a group",
"isDeprecated": false,
"args": [
{
Expand All @@ -82,7 +82,7 @@
"typeString": "Supplier",
"name": "deleteSupplierFromGroup",
"url": "/travelgatex/reference/objects/supplier",
"description": "Removes Supplier visibility to groups.",
"description": "Removes Supplier visibility to groups",
"isDeprecated": false,
"args": [
{
Expand All @@ -97,7 +97,7 @@
"typeString": "Client",
"name": "createClient",
"url": "/travelgatex/reference/objects/client",
"description": "Creates a Client.",
"description": "Creates a Client",
"isDeprecated": false,
"args": [
{
Expand All @@ -112,7 +112,7 @@
"typeString": "Client",
"name": "updateClient",
"url": "/travelgatex/reference/objects/client",
"description": "Updates a Client.",
"description": "Updates a Client",
"isDeprecated": false,
"args": [
{
Expand All @@ -127,7 +127,7 @@
"typeString": "Member!",
"name": "createMember",
"url": "/travelgatex/reference/objects/member",
"description": "Create member. Requires specific group and role.",
"description": "Create member; requires specific group and role",
"isDeprecated": false,
"args": [
{
Expand All @@ -142,7 +142,7 @@
"typeString": "Group!",
"name": "createGroup",
"url": "/travelgatex/reference/objects/group",
"description": "Create group. Group \"owner\" is optional.",
"description": "Create group; group \"owner\" is optional",
"isDeprecated": false,
"args": [
{
Expand All @@ -157,7 +157,7 @@
"typeString": "Member!",
"name": "updateMember",
"url": "/travelgatex/reference/objects/member",
"description": "Update member adding or removing roles.",
"description": "Update member additions or remove roles",
"isDeprecated": false,
"args": [
{
Expand All @@ -172,7 +172,7 @@
"typeString": "Group!",
"name": "updateGroup",
"url": "/travelgatex/reference/objects/group",
"description": "Update group adding or removing apis.",
"description": "Update group additions or remove APIs",
"isDeprecated": false,
"args": [
{
Expand All @@ -187,7 +187,7 @@
"typeString": "Member!",
"name": "deleteMember",
"url": "/travelgatex/reference/objects/member",
"description": "Delete member from specific group.",
"description": "Delete a member from specific group",
"isDeprecated": false,
"args": [
{
Expand All @@ -202,7 +202,7 @@
"typeString": "Group!",
"name": "deleteGroup",
"url": "/travelgatex/reference/objects/group",
"description": "Delete group and members from this group.",
"description": "Delete group and members from this group",
"isDeprecated": false,
"args": [
{
Expand All @@ -218,22 +218,22 @@
"requireby": [
{
"name": "Mutation",
"description": "Mutations are operations that change or update data in the server.",
"description": "Mutations are operations that change or update data on the server.",
"url": "/travelgatex/reference/schema/mutation"
}
],
"enumValues": null,
"operator": "type",
"typename": "AdminMutation"
}
## GraphQL Schema definition
## GraphQL schema definition

{{% graphql-schema-type %}}

## Fields

{{% graphql-field %}}

## Require by
## Required by

{{% graphql-require-by %}}