Skip to main content

Arguments

Input fields for changing the composition of a contract group.

Returns

ChangeContractGroupComposition

Change the composition (membership) of a contract group.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can change contract group composition

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation ChangeContractGroupComposition($input: ChangeContractGroupCompositionInput!) { changeContractGroupComposition(input: $input) { contractGroupIdentifier } }

Variables

Response

{ "data": { "changeContractGroupComposition": { "contractGroupIdentifier": "82492277" } } }