INPUT_OBJECT

CreateTableOfContentsInput

Autogenerated input type of CreateTableOfContents

link GraphQL Schema definition

  • input CreateTableOfContentsInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The unique identifier of the parent work of the table of contents marketing text
  • id: Int!
  • # A table of contents created from the work's original works
  • includeTocs: Boolean!
  • }

link Require by