Schema Documentation
UserToPostConnection
Description
Connection between the User type and the post type
Fields
Field Name | Description |
---|---|
edges - [UserToPostConnectionEdge!]! | Edges for the UserToPostConnection connection |
nodes - [Post!]! | The nodes of the connection, without the edges |
pageInfo - UserToPostConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[UserToPostConnectionEdge],"nodes":[Post],"pageInfo":UserToPostConnectionPageInfo}