INPUT_OBJECT

AcceptTopicSuggestionInput

Autogenerated input type of AcceptTopicSuggestion

link Definition

  • input AcceptTopicSuggestionInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The name of the suggested topic.
  • name: String!
  • # The Node ID of the repository.
  • repositoryId: ID!
  • }