Schema

Scalars

Enums

Objects

Input Objects

Site (OBJECT)

A site represents an office or other grouping of people within a company.

Schema Definition

type Site {   # The name for the site
name: String! }