CreateTaskInput
No description
input CreateTaskInput {
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
skillsV2: [String!]
location: String
geolocation: GeolocationPointInput
contactPhone: String
interactionSignupLink: String
}
Fields
CreateTaskInput.spaceId ● UUID! non-null scalar
CreateTaskInput.name ● String! non-null scalar
CreateTaskInput.description ● String! non-null scalar
CreateTaskInput.impact ● String scalar
CreateTaskInput.visibility ● VisibilityType! non-null enum
CreateTaskInput.locationType ● LocationType! non-null enum
CreateTaskInput.regularity ● Regularity! non-null enum
CreateTaskInput.interactionType ● InteractionType enum
CreateTaskInput.duration ● Duration enum
CreateTaskInput.timeframeStartDate ● String scalar
CreateTaskInput.timeframeEndDate ● String scalar
CreateTaskInput.contactEmail ● String! non-null scalar
CreateTaskInput.slotsAvailable ● Int scalar
CreateTaskInput.thumbnail ● Upload scalar
CreateTaskInput.skillsV2 ● [String!] list scalar
CreateTaskInput.location ● String scalar
CreateTaskInput.geolocation ● GeolocationPointInput input
CreateTaskInput.contactPhone ● String scalar
CreateTaskInput.interactionSignupLink ● String scalar
Member Of
createTask mutation