OBJECT

Connection

link GraphQL Schema definition

  • type Connection {
  • # General comments
  • comments: String
  • # Date this connection was created
  • connectionDate: String
  • # The id of this connection
  • id: Int
  • # Opportunity for this connection
  • opportunity: OpportunityDetail
  • # Answers to the opportunity custom questions
  • replies: [ReplyDetail]
  • # List of shifts
  • shifts: [ShiftChoice]
  • # Sponsor name
  • sponsor: String
  • # Contact information for the volunteer, if they do not currently have a
  • # VolunteerMatch account one will be created
  • volunteer: PersonDetail
  • }