OBJECT
CreateTableOfContentsPayload
Autogenerated return type of CreateTableOfContents.
link GraphQL Schema definition
- type CreateTableOfContentsPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the table of contents
- : [ValidationError!]!
- # The work object
- : Work!
- }