INPUT_OBJECT

ExternalIdentifierInput

'External' here refers to ID conversion from external ID to internal ID which can be done in some of the other Centra APIs

link GraphQL Schema definition

1input ExternalIdentifierInput {
2
3# Currently only one type is supported: 'SOAP'
4type: String!
5
6externalId: String!
7}