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