Skip to main content

UpdateTopicPayload

Autogenerated return type of UpdateTopic.

type UpdateTopicPayload {
clientMutationId: String
data: Topic
errors: [Error!]!
}

Fields

UpdateTopicPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateTopicPayload.data ● Topic object

Updated topic data

UpdateTopicPayload.errors ● [Error!]! non-null object

List of errors

Returned By

updateTopic mutation