OBJECT
CreatePollPayload
Outputs from the create poll mutation.
link GraphQL Schema definition
1 type CreatePollPayload { 2 3 # If present, there was an error with the request. 4 : CreatePollError 5 6 # The created poll. 7 : Poll 8 9 }
OBJECT
Outputs from the create poll mutation.
1 type CreatePollPayload { 2 3 # If present, there was an error with the request. 4 : CreatePollError 5 6 # The created poll. 7 : Poll 8 9 }