OBJECT

UserProjectConnection

A connection to a list of items.

link GraphQL Schema definition

  • type UserProjectConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [UserProjectEdge]
  • }