OBJECT

CreateTableOfContentsPayload

Autogenerated return type of CreateTableOfContents.

link GraphQL Schema definition

  • type CreateTableOfContentsPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the table of contents
  • errors: [ValidationError!]!
  • # The work object
  • work: Work!
  • }

link Require by