OBJECT
OutreachRequest
link GraphQL Schema definition
- type OutreachRequest implements Node {
- : ID!
- : Time!
- : String!
- : String!
- # The phone or email address that the user wants to be contacted at.
- : String!
- # The method that the user wants to be contacted with.
- : OutreachRequestContactMethod!
- : OutreachRequestRequestSource!
- }