DeleteClientIdsInput
No description
input DeleteClientIdsInput {
clientIds: [String!]!
type: ClientIdTypeEnum!
communityId: ID!
}
Fields
DeleteClientIdsInput.clientIds
● [String!]!
non-null scalar
DeleteClientIdsInput.type
● ClientIdTypeEnum!
non-null enum
DeleteClientIdsInput.communityId
● ID!
non-null scalar
Member Of
deleteClientIds
mutation