OBJECT
SpringArtifactRepositoryConnection
link GraphQL Schema definition
- type SpringArtifactRepositoryConnection implements Connection, RepositoryConnection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- SpringArtifactRepositoryEdge!] : [
- # Paging support
- PageInfo! :
- # List of Repository
- SpringArtifactRepository!] : [
- # Optional total elements count across all pages when available
- Int :
- }
link Require by
- SpringArtifactRepositoryEndpointRepresents an endpoint that can be used access one or more repositories. Eg. gitlab.eng.vmware.com As of now we are only supporting PRIVATE repositories, so there is no need to configure credentials in SAAS. PUBLIC will be supported in next phase
- SpringArtifactRepositoryQueryProvidernull