CreateTopicPayload
Autogenerated return type of CreateTopic.
type CreateTopicPayload {
clientMutationId: String
data: Topic
errors: [Error!]!
}
Fields
CreateTopicPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateTopicPayload.data ● Topic object
Created topic data
CreateTopicPayload.errors ● [Error!]! non-null object
List of errors
Returned By
createTopic mutation