OBJECT
ConnectorVersionInstallationEdge
An edge in a connection.
link GraphQL Schema definition
- type ConnectorVersionInstallationEdge {
- # The item at the end of the edge.
- : ConnectorVersionInstallation!
- # A cursor for use in pagination.
- : String!
- }