Integration
No description
type Integration {
assets: [Asset!]
createdAt: ISO8601DateTime!
id: ID!
importedScans: [ImportedScan!]
name: String
scope: Company!
updatedAt: ISO8601DateTime!
}
Fields
Integration.assets
● [Asset!]
list object
Integration.createdAt
● ISO8601DateTime!
non-null scalar
Integration.id
● ID!
non-null scalar
Integration.importedScans
● [ImportedScan!]
list object
Integration.name
● String
scalar
Integration.scope
● Company!
non-null object
Integration.updatedAt
● ISO8601DateTime!
non-null scalar
Member Of
CreateOrUpdateIntegrationPayload
object ● CreateOrUpdateSonarIntegrationPayload
object