Skip to main content

Perimeter

No description

type Perimeter {
id: ID!
organizationId: ID!
name: String!
description: String
perimeterScope: PerimeterScope!
rules: PerimeterRules!
createdAt: DateTime!
updatedAt: DateTime!
deletedAt: DateTime
}

Fields

Perimeter.id ● ID! non-null scalar

The ID of the perimeter

Perimeter.organizationId ● ID! non-null scalar

The ID of the organization

Perimeter.name ● String! non-null scalar

The name of the perimeter

Perimeter.description ● String scalar

The description of the perimeter

Perimeter.perimeterScope ● PerimeterScope! non-null enum

The scope of the perimeter

Perimeter.rules ● PerimeterRules! non-null object

The rules of the perimeter

Perimeter.createdAt ● DateTime! non-null scalar

The date and time the perimeter was created

Perimeter.updatedAt ● DateTime! non-null scalar

The date and time the perimeter was last updated

Perimeter.deletedAt ● DateTime scalar

The date and time the perimeter was deleted

Returned By

perimeter query ● perimeterCreate mutation ● perimeterDelete mutation ● perimeterUpdate mutation

Member Of

PerimeterEdge object ● Perimeters object