Connection
A connection between a package and an artifact
type Connection {
id: ID
packageField: String
artifact: Artifact
package: Package
createdAt: DateTime
updatedAt: DateTime
}
Fields
Connection.id
● ID
scalar
Unique identifier for the connection
Connection.packageField
● String
scalar
The field in the package that this connection is bound to
Connection.artifact
● Artifact
object
The artifact being connected
Connection.package
● Package
object
The package that owns this connection
Connection.createdAt
● DateTime
scalar
When the connection was created
Connection.updatedAt
● DateTime
scalar
When the connection was last updated