Schema

Scalars

Enums

Objects

Input Objects

Action (ENUM)

Actions that can be performed with a magic link.

Schema Definition

enum Action {   # Buy to let action
BTL,    # Criteria action
CRITERIA,    # Residential action
RESI,    # Sourcing action
SOURCING,    # Vulnerable action
VULNERABLE,  }