INPUT_OBJECT
CreateOutreachRequestInput
CreateOutreachRequestInput is used for create OutreachRequest object. Input was generated by ent.
link GraphQL Schema definition
- input CreateOutreachRequestInput {
- : 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!
- }