OBJECT
ProjectSharingClientRelationEntityEdge
A Relay edge containing a ProjectSharingClientRelationEntity and its cursor.
link GraphQL Schema definition
- type ProjectSharingClientRelationEntityEdge {
- # The item at the end of the edge
- : ProjectSharingClientRelationEntity
- # A cursor for use in pagination
- : String!
- }