Skip to main content

CheckmarxsIntegration

No description

type CheckmarxsIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
url: ID!
}

Fields

CheckmarxsIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

CheckmarxsIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

CheckmarxsIntegration.integrationType ● IntegrationEnum! non-null enum

CheckmarxsIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

CheckmarxsIntegration.url ● ID! non-null scalar

Checkmarx URL

Interfaces

BaseFields interface

IntegrationInterface interface