RepositoryConfiguration
No description
type RepositoryConfiguration implements BaseFields {
asset: Asset
createdAt: ISO8601DateTime!
id: ID!
integration: IntegrationInterface!
repository: GenericModel!
updatedAt: ISO8601DateTime!
}
Fields
RepositoryConfiguration.asset
● Asset
object
Asset that the configuration is associated with.
RepositoryConfiguration.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
RepositoryConfiguration.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
RepositoryConfiguration.integration
● IntegrationInterface!
non-null interface
Integration that the configuration is associated with.
RepositoryConfiguration.repository
● GenericModel!
non-null object
RepositoryConfiguration.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated
Interfaces
BaseFields
interface
Member Of
CreateGithubConfigurationPayload
object ● DeleteIntegrationConfigurationPayload
object ● RepositoryConfigurationCollection
object ● UpdateGithubConfigurationPayload
object