OBJECT

ProjectSharingClientRelationEntityConnection

link GraphQL Schema definition

  • type ProjectSharingClientRelationEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [ProjectSharingClientRelationEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }