INPUT_OBJECT

updateApprovalGroupsInput

Information about an organization entity identity.

link GraphQL Schema definition

1input updateApprovalGroupsInput {
4
2# The organization entity identifier.
3orgEntityId: String!
7
5# The ApprovalGroup identifier for a specific organization.
6segmentId: String!
10
8# The URL to call when the command completes successfully.
9uRL: String!
11}

link Required by