INPUT_OBJECT

VerifyContactMethodInput

VerifyContactMethodInput is input required to verify a user contact method in EVS by their opaque ID.

link GraphQL Schema definition

1input VerifyContactMethodInput {
4
2# Used to validate the associated user contact info.
3opaqueID: ID!
5}