INPUT_OBJECT

O365PdlGroupsInput

Description

Configuration for the retrieval or creation of PDL groups.

link GraphQL Schema definition

  • input O365PdlGroupsInput {
  • # UUID of the org.
  • orgId: UUID!
  • # The preferred data location and workload pairings for the groups.
  • pdlAndWorkloadPairs: [O365PdlAndWorkloadPairInput!]!
  • }

link Require by