Skip to main content

FortifyIntegration

No description

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

Fields

FortifyIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

FortifyIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

FortifyIntegration.integrationType ● IntegrationEnum! non-null enum

FortifyIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

FortifyIntegration.url ● ID! non-null scalar

Fortify URL

Interfaces

BaseFields interface

IntegrationInterface interface