Schema Documentation
NodeWithAuthor
Description
A node that can have an author assigned to it
Fields
Field Name | Description |
---|---|
author - NodeWithAuthorToUserConnectionEdge | Connection between the NodeWithAuthor type and the User type |
authorDatabaseId - Int | The database identifier of the author of the node |
authorId - ID | The globally unique identifier of the author of the node |
id - ID! | The globally unique ID for the object |
Example
{"author":NodeWithAuthorToUserConnectionEdge,"authorDatabaseId":987,"authorId":4,"id":"4"}