Schema

Scalars

Enums

Objects

Input Objects

UserStatus (ENUM)

A persons status and wether they have been activated or not.

Schema Definition

enum UserStatus {   # User counts towards license limits, can fully use MBT
ACTIVE,    # User does not count towards license limits, but cannot login
STAGED,  }