OBJECT
ProfileRelationEntityConnection
link GraphQL Schema definition
- type ProfileRelationEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [ProfileRelationEntityEdge]!
- # Total number of items in the connection.
- : Int
- }