verifyEventRegistrantExists
No description
verifyEventRegistrantExists(
event: VerifyEventRegistrantExistsEventInput!
email: String!
productId: ID!
): Boolean!
Arguments
verifyEventRegistrantExists.event
● VerifyEventRegistrantExistsEventInput!
non-null input
verifyEventRegistrantExists.email
● String!
non-null scalar
verifyEventRegistrantExists.productId
● ID!
non-null scalar
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.