OBJECT
SpringArtifactRepositoryEndpointConnection
link GraphQL Schema definition
- type SpringArtifactRepositoryEndpointConnection implements Connection, RepositoryEndpointConnection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- SpringArtifactRepositoryEndpointEdge!] : [
- # Paging support
- PageInfo! :
- # List of SpringArtifactRepositoryEndpoint
- SpringArtifactRepositoryEndpoint!] : [
- # Optional total elements count across all pages when available
- Int :
- }