Schema

Scalars

Enums

Objects

Input Objects

Office (OBJECT)

An office (site) associated with a professional.

Schema Definition

type Office {   # The name of the office.
name: String   # The current status of the office.
status: String }