OBJECT

CreateTableOfContentsFromBookmarksPayload

Autogenerated return type of CreateTableOfContentsFromBookmarks.

link GraphQL Schema definition

  • type CreateTableOfContentsFromBookmarksPayload {
  • # 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