INPUT_OBJECT
GuestInfoInput
Input type for guest contributions
link GraphQL Schema definition
- input GuestInfoInput {
- # Contributor's email
- EmailAddress! :
- # Full name of the user
- String :
- # The unique guest token
- String :
- # Address of the user, mandatory when amount is above $5000.
- LocationInput :
- }