CreateTopicInput
Autogenerated input type of CreateTopic
input CreateTopicInput {
clientMutationId: String
params: TopicCreateInput!
}
Fields
CreateTopicInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateTopicInput.params ● TopicCreateInput! non-null input
Topic create params
Member Of
createTopic mutation