INPUT_OBJECT
AcceptPayeeInvitationInput
Autogenerated input type of AcceptPayeeInvitation
link GraphQL Schema definition
- input AcceptPayeeInvitationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- Boolean :
- # Payee invitation code
- String! :
- # First name of the payee
- String! :
- # Last name of the payee
- String! :
- # email of the payee
- String! :
- # password of the payee
- String! :
- # password confirmation (should be same as password field)
- String! :
- # Whether or not the user wants to get updates.
- Boolean :
- # Whether or not the user agrees to the TOC.
- Boolean :
- }