FindTenantConfigInput: {
    id: Scalars["String"]["input"];
    tenant: Scalars["String"]["input"];
    type: TenantConfigType;
}

Object used to find tenant configs.

Type declaration

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

    The ID of the config to find

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

    The tenant identifier

  • type: TenantConfigType

    The type of config to query