UpdateTaskInput
No description
input UpdateTaskInput {
taskId: UUID!
spaceId: UUID!
name: String!
description: String!
impact: String
visibility: VisibilityType!
locationType: LocationType!
regularity: Regularity!
interactionType: InteractionType
duration: Duration
timeframeStartDate: String
timeframeEndDate: String
contactEmail: String!
slotsAvailable: Int
thumbnail: Upload
skills: [UUID]
skillsV2: [String!]
location: String
geolocation: GeolocationPointInput
contactPhone: String
interactionSignupLink: String
}
Fields
UpdateTaskInput.taskId ● UUID! non-null scalar
UpdateTaskInput.spaceId ● UUID! non-null scalar
UpdateTaskInput.name ● String! non-null scalar
UpdateTaskInput.description ● String! non-null scalar
UpdateTaskInput.impact ● String scalar
UpdateTaskInput.visibility ● VisibilityType! non-null enum
UpdateTaskInput.locationType ● LocationType! non-null enum
UpdateTaskInput.regularity ● Regularity! non-null enum
UpdateTaskInput.interactionType ● InteractionType enum
UpdateTaskInput.duration ● Duration enum
UpdateTaskInput.timeframeStartDate ● String scalar
UpdateTaskInput.timeframeEndDate ● String scalar
UpdateTaskInput.contactEmail ● String! non-null scalar
UpdateTaskInput.slotsAvailable ● Int scalar
UpdateTaskInput.thumbnail ● Upload scalar
UpdateTaskInput.skills ● [UUID] list scalar
UpdateTaskInput.skillsV2 ● [String!] list scalar
UpdateTaskInput.location ● String scalar
UpdateTaskInput.geolocation ● GeolocationPointInput input
UpdateTaskInput.contactPhone ● String scalar
UpdateTaskInput.interactionSignupLink ● String scalar
Member Of
updateTask mutation