VolunteeringOpportunityStatus
VolunteeringOpportunityStatus(id, external_volunteering_opportunity_id, user, status, created_at, updated_at)
type VolunteeringOpportunityStatus {
externalVolunteeringOpportunityId: String!
status: VolunteeringOpportunityStatusValue!
}
Fields
VolunteeringOpportunityStatus.externalVolunteeringOpportunityId
● String!
non-null scalar
VolunteeringOpportunityStatus.status
● VolunteeringOpportunityStatusValue!
non-null enum
Returned By
updateVolunteeringOpportunityStatus
mutation ● volunteeringOpportunityStatus
query