INPUT_OBJECT
ArchivePayeeInviteInput
Autogenerated input type of ArchivePayeeInvite
link GraphQL Schema definition
- input ArchivePayeeInviteInput {
- # 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
- # ID of payee invite to archive
- : ID!
- # confirmation of archival
- : Boolean
- }