INPUT_OBJECT

AnonymizeCustomersInput

link GraphQL Schema definition

1input AnonymizeCustomersInput {
2
3# Exactly one input field should be provided
4customers: [CustomerInput!]
5
6emails: [String!]
7}

link Required by