Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CreateZone

export type CreateZone = {
    name: Scalars['String'];
    key?: InputMaybe<Scalars['String']>;
    description?: InputMaybe<Scalars['String']>;
    locations?: InputMaybe<Array<ZoneLocation>>;
};

Referenced Types

On this page