CreateTenantConfigInput: {
    data: Scalars["String"]["input"];
    id?: InputMaybe<Scalars["String"]["input"]>;
    type: TenantConfigType;
}

Object used to create a tenant config.

Type declaration

  • data: Scalars["String"]["input"]

    JSON object defining the payload to store

  • Optionalid?: InputMaybe<Scalars["String"]["input"]>

    Id of the Tenant Config.

  • type: TenantConfigType

    The type of config to create