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