OBJECT
PersonDetail
link GraphQL Schema definition
- type PersonDetail {
- # Person has accepted the VolunteerMatch terms and conditions
- Boolean! :
- # 2 letter country code, defaults to US
- String :
- # Persons email address
- String! :
- # Persons first name
- String! :
- Int :
- # Persons last name
- String :
- # Persons phone number
- String :
- # Used when email is not the primary key to find volunteers. This must be enabled
- # for your API key to be able to use it.
- String :
- # Persons zipcode
- String! :
- }