GraphQL requests
3 HTTP queries on GraphQL endpoint(s)
Refresh with latest query| # | Time | Info |
|---|---|---|
| 1 | 30 ms |
{
}
|
| # | Time | Info |
|---|---|---|
| 1 | 73 ms |
{
}
Variables:
null
[ "data" => [ "__schema" => [ "queryType" => [ "name" => "Query" ] "mutationType" => [ "name" => "Mutation" ] "subscriptionType" => null "types" => [ [ "kind" => "OBJECT" "name" => "Query" "description" => "The MULTI-BOX GraphQL Query Interface" "fields" => [ [ "name" => "taxonomy" "description" => null "args" => [ [ "name" => "token" "description" => "token of the taxonomy" "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "Taxonomy" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "taxon" "description" => null "args" => [ [ "name" => "id" "description" => "id of the taxon" "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "permalink" "description" => "permalink of the taxon" "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "locale" "description" => null "type" => [ "kind" => "ENUM" "name" => "LocaleEnum" "ofType" => null ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "Taxon" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "product" "description" => null "args" => [ [ "name" => "id" "description" => "id of the product" "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "permalink" "description" => "permalink of the product" "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "locale" "description" => null "type" => [ "kind" => "ENUM" "name" => "LocaleEnum" "ofType" => null ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "Product" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "SCALAR" "name" => "String" "description" => """ The `String` scalar type represents textual data, represented as UTF-8\n character sequences. The String type is most often used by GraphQL to\n represent free-form human-readable text. """ "fields" => null "inputFields" => null "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "Taxonomy" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "ID" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "entityType" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "token" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "sort" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "infoColor" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "taxons" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "Taxon" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [ [ "kind" => "INTERFACE" "name" => "EntityInterface" "ofType" => null ] ] "enumValues" => null "possibleTypes" => null ] [ "kind" => "INTERFACE" "name" => "EntityInterface" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "ID" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "entityType" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => [ [ "kind" => "OBJECT" "name" => "Taxonomy" "ofType" => null ] [ "kind" => "OBJECT" "name" => "Taxon" "ofType" => null ] [ "kind" => "OBJECT" "name" => "Product" "ofType" => null ] ] ] [ "kind" => "SCALAR" "name" => "ID" "description" => """ The `ID` scalar type represents a unique identifier, often used to\n refetch an object or as key for a cache. The ID type appears in a JSON\n response as a String; however, it is not intended to be human-readable.\n When expected as an input type, any string (such as `"4"`) or integer\n (such as `4`) input value will be accepted as an ID. """ "fields" => null "inputFields" => null "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "SCALAR" "name" => "Int" "description" => """ The `Int` scalar type represents non-fractional signed whole numeric\n values. Int can represent values between -(2^31) and 2^31 - 1. """ "fields" => null "inputFields" => null "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "Taxon" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "ID" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "entityType" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "locale" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "sort" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "showOnWebsite" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permalink" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "products" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "Product" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "taxons" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "Taxon" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "geometry" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "Geometry" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "images" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "token" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "info" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "color_description_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ral_code_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_sealing" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "silicone_free" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "halogen_free" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "material_ul_listed" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "uv_resistant" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permanent_operating_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permanent_operating_temperature_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "suitable_for_outdoor_use" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "suitable_for_indoor_use" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "protection_class_ip" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "protection_class_with_extra_sealing_ip" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "norm_of_protecttion_class" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "impact_resistance_ik" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "norm_of_impact_resistance" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "flame_retardancy" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ul_subject" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "fully_insulated" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "earthing_point_available" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "sealing_foamed_seamless" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "captive_cover_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "is_made_in_germany" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "is_customizable" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_rohs_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_reach_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_atex_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_iec_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_ce_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mechanical_processing_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_finishing_and_assembly_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_surface_design_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_spacial_colors_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_special_materials_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_special_dimension_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_emc_version_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "slug" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "deleted_at" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "DateTime" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_clear_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_membrane_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_membrane_cover_and_clear_lid" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_frame_with_aluminium_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_framecover_closed" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "categorisation" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "zone_classification" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "test_report_no_atex" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "test_report_no_iec" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ec_type_examination_atex" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "certificate_no_iec" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "marking" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "test_norms" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "temperature_classes" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "operating_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "operating_temperature_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "surface_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "voltage_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "current_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "cable_cross_section_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "protective_conductor_cross_section_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_external_earthing_point" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_permanent_operating_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_permanent_operating_temperature_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_suitable_for_outdoor_use" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_suitable_for_indoor_use" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ral_code_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_silicone_free" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_halogen_free" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_ul_listed" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_uv_resistant" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_protection_class_ip" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_protection_class_with_extra_sealing_ip" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_norm_of_protection_class" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_impact_resistance_ik" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_norm_of_impact_resistance" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_flame_retardancy" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ul_subject" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_fully_insulated" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_earthing_point_available" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_sealing_foamed_seamless" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_captive_cover_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_is_made_in_germany" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_is_customizable" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_rohs_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_reach_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_atex_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_iec_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_ce_certificate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_mechanical_processing_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_finishing_and_assembly_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_surface_design_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_special_colours_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_special_materials_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_special_dimension_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_emc_version_service" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "surface_coating" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permanent_operating_temperature_with_special_sealing_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permanent_operating_temperature_with_special_sealing_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_permanent_operating_temperature_with_special_sealing_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_permanent_operating_temperature_with_special_sealing_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_clear_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_membrane_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_membrane_cover_and_clear_lid" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_frame_with_alumium_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_framecover_closed" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_categorisation" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_zone_classification" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_test_report_no_atex" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_test_report_no_iec" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_ec_type_examination_atex" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_certificate_no_iec" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_marking" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_test_norms" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_temperature_classes" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_operating_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_operating_temperature_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_surface_temperature_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_voltage_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_current_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_cable_cross_section_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_protective_conductor_cross_section_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_has_external_earthing_point" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_surface_coating" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_color_description_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_base" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_profile" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_side_caps" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_sealing" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "check_material_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "minimal_view_for_products_on_website" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "declaration_of_conformity_ip_ik_id" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "declaration_of_conformity_din_en_45545_2_id" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "various_fully_recyclable" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "approvals_bahnzulassung_45545_2" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [ [ "kind" => "INTERFACE" "name" => "EntityInterface" "ofType" => null ] ] "enumValues" => null "possibleTypes" => null ] [ "kind" => "SCALAR" "name" => "Boolean" "description" => "The `Boolean` scalar type represents `true` or `false`." "fields" => null "inputFields" => null "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "Product" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "ID" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "entityType" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "sku" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "height" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "width" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "length" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "locale" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "ENUM" "name" => "LocaleEnum" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "permalink" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "taxon" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "Taxon" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pdfs" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "ProductPdf" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "dxfs" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "ProductDxf" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "stps" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "ProductStp" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "accessoryProducts" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "Product" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "deleted_at" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "DateTime" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "slug" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "meta_keywords" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "meta_description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "available_on" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "DateTime" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "created_at" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "DateTime" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "updated_at" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "DateTime" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "depth" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "weight" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "cover_height" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "base_height" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "thread_length" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "number_of_connections" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "packing_unit" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "thread" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "cable_diameter" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "wrench_width" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_rail" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_rail_ts15" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_rail_ts35" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_plate_pertinax" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_plate_steel" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_brackets_4Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_brackets_plastic_4Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_brackets_stainless_steel_4Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_external_hinges_plastic_2Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_external_hinges_aluminium_2Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_silicone_cover_seal" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_hex_socket_head_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_knurled_screws" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_seawater_resistant_coating" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_emc_version" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_additional_seal_ip54" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_additional_seal_ip55" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_rubber_feed_4Pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_plugin_screw_nuts_4pcs" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_aluminium_front_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_rear_panel_closed" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_rear_panel_open" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_additional_seal_ip65" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_aluminium_rear_panel_insert" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_handle" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_positioning_panel" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_adapter_forMounting_rail_ts35" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_clear_cover" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_cover_fixing_set" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_cover_installation_mounting_kit" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_cover_fixing_drilled" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_spring_lock" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_clear_cover_pluggable" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_quick_fastener" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_translucent_red_filter_plate" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_rear_panel" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_front_frame" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_additional_seal" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_norm_rail_mounting_kit" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_protective_conductor" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_display_pane" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_battery_compartment" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_fastening_clamp_plastic" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_fastening_clamp_aluminium" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "has_mounting_brackets_mbrc2" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "number_of_preformed_knockouts_m12" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "number_of_preformed_knockouts_m16" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "number_of_preformed_knockouts_m20" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "cable_entries" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "wall_thickness_snap_in_mounting" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "collar_diameter" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "assembly_tool" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "tightening_torque_cover_screws_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "tightening_torque_cover_screws_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "tightening_torque_earthing_screws_max" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "tightening_torque_earthing_screws_min" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "comment" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "is_upcoming" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pre_embossing_side_a" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pre_embossing_side_b" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pre_embossing_side_c" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pre_embossing_side_d" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "dxfFile2_id" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pre_embossing_side_e" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ec_examination_certificate_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "iec_certificate_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "declaration_of_conformity_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "operation_manual_atex_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "operation_manual_iec_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "clamp_assembly_diagramm_file" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "ProductImage" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "datasheet" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "image" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "power_loss" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "glb" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pdf_png" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "pdf_jpg" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [ [ "kind" => "INTERFACE" "name" => "EntityInterface" "ofType" => null ] ] "enumValues" => null "possibleTypes" => null ] [ "kind" => "ENUM" "name" => "LocaleEnum" "description" => null "fields" => null "inputFields" => null "interfaces" => null "enumValues" => [ [ "name" => "de" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "en" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "es" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "it" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ru" "description" => null "isDeprecated" => false "deprecationReason" => null ] ] "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ProductPdf" "description" => null "fields" => [ [ "name" => "url" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ProductDxf" "description" => null "fields" => [ [ "name" => "url" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ProductStp" "description" => null "fields" => [ [ "name" => "url" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "SCALAR" "name" => "DateTime" "description" => null "fields" => null "inputFields" => null "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ProductImage" "description" => null "fields" => [ [ "name" => "url" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "Geometry" "description" => null "fields" => [ [ "name" => "image" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "GeometryImage" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideA" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideA1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideA2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideB" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideB1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideB2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideC" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideC1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideC2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideD" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideD1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideD2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideE" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideE1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideE2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideF" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideF1" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "hasSideF2" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "GeometryImage" "description" => null "fields" => [ [ "name" => "url" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "Mutation" "description" => "The MULTI-BOX GraphQL Mutation Interface" "fields" => [ [ "name" => "ContactRequest" "description" => null "args" => [ [ "name" => "input" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "INPUT_OBJECT" "name" => "ContactRequestInput" "ofType" => null ] ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "ContactRequestPayload" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ProductRequest" "description" => null "args" => [ [ "name" => "input" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "INPUT_OBJECT" "name" => "ProductRequestInput" "ofType" => null ] ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "ProductRequestPayload" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FileUpload" "description" => null "args" => [ [ "name" => "input" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "INPUT_OBJECT" "name" => "FileUploadInput" "ofType" => null ] ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "FileUploadPayload" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FileUploadRemove" "description" => null "args" => [ [ "name" => "input" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "INPUT_OBJECT" "name" => "FileUploadRemoveInput" "ofType" => null ] ] "defaultValue" => null ] ] "type" => [ "kind" => "OBJECT" "name" => "FileUploadRemovePayload" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "ContactRequestInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "address" "description" => null "type" => [ "kind" => "INPUT_OBJECT" "name" => "AddressInput" "ofType" => null ] "defaultValue" => null ] [ "name" => "contactReason" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "ENUM" "name" => "ContactReasonEnum" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "emailRepeat" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "other" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "privacyPolicy" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "params" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "AddressInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "company" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "firstName" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "lastName" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "street" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "houseNumber" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "postalCode" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "city" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "country" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "email" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "phone" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "ENUM" "name" => "ContactReasonEnum" "description" => null "fields" => null "inputFields" => null "interfaces" => null "enumValues" => [ [ "name" => "technical" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "general" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "catalog" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "representation" "description" => null "isDeprecated" => false "deprecationReason" => null ] [ "name" => "meeting" "description" => null "isDeprecated" => false "deprecationReason" => null ] ] "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ContactRequestPayload" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "status" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "ProductRequestInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "product" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "ProductRequestData" "description" => null "type" => [ "kind" => "INPUT_OBJECT" "name" => "ProductRequestDataInput" "ofType" => null ] "defaultValue" => null ] [ "name" => "address" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "INPUT_OBJECT" "name" => "AddressInput" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "emailRepeat" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "privacyPolicy" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "params" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "ProductRequestDataInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "quantity1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "quantity2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "quantity3" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "editBox" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => null ] [ "name" => "editBoxSides" "description" => null "type" => [ "kind" => "INPUT_OBJECT" "name" => "SidesInput" "ofType" => null ] "defaultValue" => null ] [ "name" => "editBoxFile" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "editSurface" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => null ] [ "name" => "editSurfaceFile" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "editSurfaceComment" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "completeBox" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => null ] [ "name" => "completeBoxComment" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "completeBoxFile" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "specialColours" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => null ] [ "name" => "specialColoursComment" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "specialColoursFile" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] "defaultValue" => null ] [ "name" => "accessoryProducts" "description" => null "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "accessoryComment" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "comment" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "SidesInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "A" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "A1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "A2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "B" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "B1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "B2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "C" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "C1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "C2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "D" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "D1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "D2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "E" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "E1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "E2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "F" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "F1" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] [ "name" => "F2" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "ProductRequestPayload" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "status" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "FileUploadInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "filename" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "clientMutationId" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "FileUploadPayload" "description" => null "fields" => [ [ "name" => "file" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "File" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "clientMutationId" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "File" "description" => null "fields" => [ [ "name" => "id" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "filename" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "INPUT_OBJECT" "name" => "FileUploadRemoveInput" "description" => null "fields" => null "inputFields" => [ [ "name" => "id" "description" => null "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Int" "ofType" => null ] ] "defaultValue" => null ] [ "name" => "clientMutationId" "description" => null "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => null ] ] "interfaces" => null "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "FileUploadRemovePayload" "description" => null "fields" => [ [ "name" => "status" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "clientMutationId" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__Schema" "description" => "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations." "fields" => [ [ "name" => "types" "description" => "A list of all types supported by this server." "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "queryType" "description" => "The type that query operations will be rooted at." "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "mutationType" "description" => "If this server supports mutation, the type that mutation operations will be rooted at." "args" => [] "type" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "subscriptionType" "description" => "If this server support subscription, the type that subscription operations will be rooted at." "args" => [] "type" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "directives" "description" => "A list of all directives supported by this server." "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Directive" "ofType" => null ] ] ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__Type" "description" => """ The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n \n Depending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types. """ "fields" => [ [ "name" => "kind" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "ENUM" "name" => "__TypeKind" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "fields" "description" => null "args" => [ [ "name" => "includeDeprecated" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => "false" ] ] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Field" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "interfaces" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "possibleTypes" "description" => null "args" => [] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "enumValues" "description" => null "args" => [ [ "name" => "includeDeprecated" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => "false" ] ] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__EnumValue" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "inputFields" "description" => null "args" => [ [ "name" => "includeDeprecated" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => "false" ] ] "type" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__InputValue" "ofType" => null ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ofType" "description" => null "args" => [] "type" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "ENUM" "name" => "__TypeKind" "description" => "An enum describing what kind of type a given `__Type` is." "fields" => null "inputFields" => null "interfaces" => null "enumValues" => [ [ "name" => "SCALAR" "description" => "Indicates this type is a scalar." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "OBJECT" "description" => "Indicates this type is an object. `fields` and `interfaces` are valid fields." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INTERFACE" "description" => "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "UNION" "description" => "Indicates this type is a union. `possibleTypes` is a valid field." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ENUM" "description" => "Indicates this type is an enum. `enumValues` is a valid field." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INPUT_OBJECT" "description" => "Indicates this type is an input object. `inputFields` is a valid field." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "LIST" "description" => "Indicates this type is a list. `ofType` is a valid field." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "NON_NULL" "description" => "Indicates this type is a non-null. `ofType` is a valid field." "isDeprecated" => false "deprecationReason" => null ] ] "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__Field" "description" => "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type." "fields" => [ [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "args" "description" => null "args" => [ [ "name" => "includeDeprecated" "description" => null "type" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] "defaultValue" => "false" ] ] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__InputValue" "ofType" => null ] ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "type" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "isDeprecated" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "deprecationReason" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__InputValue" "description" => "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value." "fields" => [ [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "type" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__Type" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "defaultValue" "description" => "A GraphQL-formatted string representing the default value for this input value." "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "isDeprecated" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "deprecationReason" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__EnumValue" "description" => "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string." "fields" => [ [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "isDeprecated" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "deprecationReason" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "OBJECT" "name" => "__Directive" "description" => """ A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n \n In some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor. """ "fields" => [ [ "name" => "name" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "description" "description" => null "args" => [] "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "isRepeatable" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "locations" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "ENUM" "name" => "__DirectiveLocation" "ofType" => null ] ] ] ] "isDeprecated" => false "deprecationReason" => null ] [ "name" => "args" "description" => null "args" => [] "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "LIST" "name" => null "ofType" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "OBJECT" "name" => "__InputValue" "ofType" => null ] ] ] ] "isDeprecated" => false "deprecationReason" => null ] ] "inputFields" => null "interfaces" => [] "enumValues" => null "possibleTypes" => null ] [ "kind" => "ENUM" "name" => "__DirectiveLocation" "description" => "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies." "fields" => null "inputFields" => null "interfaces" => null "enumValues" => [ [ "name" => "QUERY" "description" => "Location adjacent to a query operation." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "MUTATION" "description" => "Location adjacent to a mutation operation." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "SUBSCRIPTION" "description" => "Location adjacent to a subscription operation." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FIELD" "description" => "Location adjacent to a field." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FRAGMENT_DEFINITION" "description" => "Location adjacent to a fragment definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FRAGMENT_SPREAD" "description" => "Location adjacent to a fragment spread." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INLINE_FRAGMENT" "description" => "Location adjacent to an inline fragment." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "VARIABLE_DEFINITION" "description" => "Location adjacent to a variable definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "SCHEMA" "description" => "Location adjacent to a schema definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "SCALAR" "description" => "Location adjacent to a scalar definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "OBJECT" "description" => "Location adjacent to an object type definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "FIELD_DEFINITION" "description" => "Location adjacent to a field definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ARGUMENT_DEFINITION" "description" => "Location adjacent to an argument definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INTERFACE" "description" => "Location adjacent to an interface definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "UNION" "description" => "Location adjacent to a union definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ENUM" "description" => "Location adjacent to an enum definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "ENUM_VALUE" "description" => "Location adjacent to an enum value definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INPUT_OBJECT" "description" => "Location adjacent to an input object type definition." "isDeprecated" => false "deprecationReason" => null ] [ "name" => "INPUT_FIELD_DEFINITION" "description" => "Location adjacent to an input object field definition." "isDeprecated" => false "deprecationReason" => null ] ] "possibleTypes" => null ] ] "directives" => [ [ "name" => "include" "description" => "Directs the executor to include this field or fragment only when the `if` argument is true." "locations" => [ "FIELD" "FRAGMENT_SPREAD" "INLINE_FRAGMENT" ] "args" => [ [ "name" => "if" "description" => "Included when true." "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "defaultValue" => null ] ] ] [ "name" => "skip" "description" => "Directs the executor to skip this field or fragment when the `if` argument is true." "locations" => [ "FIELD" "FRAGMENT_SPREAD" "INLINE_FRAGMENT" ] "args" => [ [ "name" => "if" "description" => "Skipped when true." "type" => [ "kind" => "NON_NULL" "name" => null "ofType" => [ "kind" => "SCALAR" "name" => "Boolean" "ofType" => null ] ] "defaultValue" => null ] ] ] [ "name" => "deprecated" "description" => "Marks an element of a GraphQL schema as no longer supported." "locations" => [ "FIELD_DEFINITION" "ENUM_VALUE" "ARGUMENT_DEFINITION" "INPUT_FIELD_DEFINITION" ] "args" => [ [ "name" => "reason" "description" => "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/)." "type" => [ "kind" => "SCALAR" "name" => "String" "ofType" => null ] "defaultValue" => ""No longer supported"" ] ] ] ] ] ] ] |
| # | Time | Info |
|---|---|---|
| 1 | 67 ms |
{
}
|
Schema: default
"The MULTI-BOX GraphQL Query Interface"
type Query {
taxonomy(
"token of the taxonomy"
token: String!
): Taxonomy
taxon(
"id of the taxon"
id: Int
"permalink of the taxon"
permalink: String
locale: LocaleEnum
): Taxon
product(
"id of the product"
id: Int
"permalink of the product"
permalink: String
locale: LocaleEnum
): Product
}
type Taxonomy implements EntityInterface {
id: ID
entityType: String!
name: String!
token: String!
sort: Int!
color: String!
infoColor: String!
taxons: [Taxon!]
}
interface EntityInterface {
id: ID
entityType: String!
}
type Taxon implements EntityInterface {
id: ID
entityType: String!
locale: String!
name: String!
sort: Int!
showOnWebsite: Boolean!
permalink: String!
products: [Product!]
taxons: [Taxon!]
geometry: Geometry
images: [ProductImage!]
token: String
description: String
info: String
color_description: String
ral_code: Int
color_description_cover: String
ral_code_cover: Int
color_description_base: String
ral_code_base: Int
color_description_profile: String
ral_code_profile: Int
color_description_side_caps: String
ral_code_side_caps: Int
color_description_front_plate: String
ral_code_front_plate: Int
color_description_frame: String
ral_code_frame: Int
material: String
material_cover: String
material_base: String
material_profile: String
material_side_caps: String
material_front_plate: String
material_frame: String
material_sealing: String
material_screws: String
silicone_free: Boolean
halogen_free: Boolean
material_ul_listed: Boolean
uv_resistant: Boolean
permanent_operating_temperature_max: Int
permanent_operating_temperature_min: Int
suitable_for_outdoor_use: Boolean
suitable_for_indoor_use: Boolean
protection_class_ip: String
protection_class_with_extra_sealing_ip: Int
norm_of_protecttion_class: String
impact_resistance_ik: String
norm_of_impact_resistance: String
flame_retardancy: String
ul_subject: String
fully_insulated: Boolean
earthing_point_available: Boolean
sealing_foamed_seamless: Boolean
captive_cover_screws: Boolean
is_made_in_germany: Boolean
is_customizable: Boolean
has_rohs_certificate: Boolean
has_reach_certificate: Boolean
has_atex_certificate: Boolean
has_iec_certificate: Boolean
has_ce_certificate: Boolean
has_mechanical_processing_service: Boolean
has_finishing_and_assembly_service: Boolean
has_surface_design_service: Boolean
has_spacial_colors_service: Boolean
has_special_materials_service: Boolean
has_special_dimension_service: Boolean
has_emc_version_service: Boolean
slug: String
deleted_at: DateTime
has_clear_cover: Boolean
has_membrane_cover: Boolean
has_membrane_cover_and_clear_lid: Boolean
has_frame: Boolean
has_frame_with_aluminium_front_plate: Boolean
has_framecover_closed: Boolean
categorisation: String
zone_classification: String
test_report_no_atex: String
test_report_no_iec: String
ec_type_examination_atex: String
certificate_no_iec: String
marking: String
test_norms: String
temperature_classes: String
operating_temperature_max: Int
operating_temperature_min: Int
surface_temperature_max: Int
voltage_max: Int
current_max: Int
cable_cross_section_max: Int
protective_conductor_cross_section_max: Int
has_external_earthing_point: Boolean
check_permanent_operating_temperature_max: Boolean
check_permanent_operating_temperature_min: Boolean
check_suitable_for_outdoor_use: Boolean
check_suitable_for_indoor_use: Boolean
check_ral_code: Boolean
check_ral_code_cover: Boolean
check_ral_code_base: Boolean
check_ral_code_profile: Boolean
check_ral_code_side_caps: Boolean
check_ral_code_front_plate: Boolean
check_ral_code_frame: Boolean
check_silicone_free: Boolean
check_halogen_free: Boolean
check_material_ul_listed: Boolean
check_uv_resistant: Boolean
check_protection_class_ip: Boolean
check_protection_class_with_extra_sealing_ip: Boolean
check_norm_of_protection_class: Boolean
check_impact_resistance_ik: Boolean
check_norm_of_impact_resistance: Boolean
check_flame_retardancy: Boolean
check_ul_subject: Boolean
check_fully_insulated: Boolean
check_earthing_point_available: Boolean
check_sealing_foamed_seamless: Boolean
check_captive_cover_screws: Boolean
check_is_made_in_germany: Boolean
check_is_customizable: Boolean
check_has_rohs_certificate: Boolean
check_has_reach_certificate: Boolean
check_has_atex_certificate: Boolean
check_has_iec_certificate: Boolean
check_has_ce_certificate: Boolean
check_has_mechanical_processing_service: Boolean
check_has_finishing_and_assembly_service: Boolean
check_has_surface_design_service: Boolean
check_has_special_colours_service: Boolean
check_has_special_materials_service: Boolean
check_has_special_dimension_service: Boolean
check_has_emc_version_service: Boolean
surface_coating: String
permanent_operating_temperature_with_special_sealing_max: Int
permanent_operating_temperature_with_special_sealing_min: Int
check_permanent_operating_temperature_with_special_sealing_max: Boolean
check_permanent_operating_temperature_with_special_sealing_min: Boolean
check_has_clear_cover: Boolean
check_has_membrane_cover: Boolean
check_has_membrane_cover_and_clear_lid: Boolean
check_has_frame_with_alumium_front_plate: Boolean
check_has_frame: Boolean
check_has_framecover_closed: Boolean
check_categorisation: Boolean
check_zone_classification: Boolean
check_test_report_no_atex: Boolean
check_test_report_no_iec: Boolean
check_ec_type_examination_atex: Boolean
check_certificate_no_iec: Boolean
check_marking: Boolean
check_test_norms: Boolean
check_temperature_classes: Boolean
check_operating_temperature_max: Boolean
check_operating_temperature_min: Boolean
check_surface_temperature_max: Boolean
check_voltage_max: Boolean
check_current_max: Boolean
check_cable_cross_section_max: Boolean
check_protective_conductor_cross_section_max: Boolean
check_has_external_earthing_point: Boolean
check_surface_coating: Boolean
check_color_description: Boolean
check_color_description_cover: Boolean
check_color_description_base: Boolean
check_color_description_profile: Boolean
check_color_description_side_caps: Boolean
check_color_description_front_plate: Boolean
check_color_description_frame: Boolean
check_material: Boolean
check_material_cover: Boolean
check_material_base: Boolean
check_material_profile: Boolean
check_material_side_caps: Boolean
check_material_front_plate: Boolean
check_material_frame: Boolean
check_material_sealing: Boolean
check_material_screws: Boolean
minimal_view_for_products_on_website: Boolean
declaration_of_conformity_ip_ik_id: ProductImage
declaration_of_conformity_din_en_45545_2_id: ProductImage
various_fully_recyclable: Boolean
approvals_bahnzulassung_45545_2: Boolean
}
type Product implements EntityInterface {
id: ID
entityType: String!
name: String!
sku: String!
height: Int!
width: Int!
length: Int!
locale: LocaleEnum!
permalink: String!
taxon: Taxon!
pdfs: [ProductPdf!]
dxfs: [ProductDxf!]
stps: [ProductStp!]
accessoryProducts: [Product!]
deleted_at: DateTime
slug: String!
description: String
meta_keywords: String
meta_description: String
available_on: DateTime!
created_at: DateTime!
updated_at: DateTime!
depth: Int
weight: Int
cover_height: Int
base_height: Int
thread_length: Int
number_of_connections: Int
packing_unit: Int
thread: String
cable_diameter: String
wrench_width: Int
has_mounting_rail: Boolean
has_mounting_rail_ts15: Boolean
has_mounting_rail_ts35: Boolean
has_mounting_plate: Boolean
has_mounting_plate_pertinax: Boolean
has_mounting_plate_steel: Boolean
has_mounting_brackets_4Pcs: Boolean
has_mounting_brackets_plastic_4Pcs: Boolean
has_mounting_brackets_stainless_steel_4Pcs: Boolean
has_external_hinges_plastic_2Pcs: Boolean
has_external_hinges_aluminium_2Pcs: Boolean
has_silicone_cover_seal: Boolean
has_hex_socket_head_screws: Boolean
has_knurled_screws: Boolean
has_seawater_resistant_coating: Boolean
has_emc_version: Boolean
has_additional_seal_ip54: Boolean
has_additional_seal_ip55: Boolean
has_rubber_feed_4Pcs: Boolean
has_plugin_screw_nuts_4pcs: Boolean
has_front_plate: Boolean
has_aluminium_front_plate: Boolean
has_rear_panel_closed: Boolean
has_rear_panel_open: Boolean
has_additional_seal_ip65: Boolean
has_aluminium_rear_panel_insert: Boolean
has_handle: Boolean
has_positioning_panel: Boolean
has_adapter_forMounting_rail_ts35: Boolean
has_clear_cover: Boolean
has_cover_fixing_set: Boolean
has_cover_installation_mounting_kit: Boolean
has_cover_fixing_drilled: Boolean
has_spring_lock: Boolean
has_clear_cover_pluggable: Boolean
has_quick_fastener: Boolean
has_translucent_red_filter_plate: Boolean
has_rear_panel: Boolean
has_front_frame: Boolean
has_additional_seal: Boolean
has_norm_rail_mounting_kit: Boolean
has_protective_conductor: Boolean
has_display_pane: Boolean
has_battery_compartment: Boolean
has_fastening_clamp_plastic: Boolean
has_fastening_clamp_aluminium: Boolean
has_mounting_brackets_mbrc2: Boolean
number_of_preformed_knockouts_m12: Int
number_of_preformed_knockouts_m16: Int
number_of_preformed_knockouts_m20: Int
cable_entries: String
wall_thickness_snap_in_mounting: String
collar_diameter: String
assembly_tool: String
tightening_torque_cover_screws_max: String
tightening_torque_cover_screws_min: String
tightening_torque_earthing_screws_max: String
tightening_torque_earthing_screws_min: String
comment: String
is_upcoming: Boolean
pre_embossing_side_a: String
pre_embossing_side_b: String
pre_embossing_side_c: String
pre_embossing_side_d: String
dxfFile2_id: String
pre_embossing_side_e: String
ec_examination_certificate_file: ProductImage
iec_certificate_file: ProductImage
declaration_of_conformity_file: ProductImage
operation_manual_atex_file: ProductImage
operation_manual_iec_file: ProductImage
clamp_assembly_diagramm_file: ProductImage
datasheet: String
image: String
power_loss: String
glb: String
pdf_png: String
pdf_jpg: String
}
enum LocaleEnum {
de
en
es
it
ru
}
type ProductPdf {
url: String!
}
type ProductDxf {
url: String!
}
type ProductStp {
url: String!
}
scalar DateTime
type ProductImage {
url: String!
}
type Geometry {
image: GeometryImage!
hasSideA: Boolean!
hasSideA1: Boolean!
hasSideA2: Boolean!
hasSideB: Boolean!
hasSideB1: Boolean!
hasSideB2: Boolean!
hasSideC: Boolean!
hasSideC1: Boolean!
hasSideC2: Boolean!
hasSideD: Boolean!
hasSideD1: Boolean!
hasSideD2: Boolean!
hasSideE: Boolean!
hasSideE1: Boolean!
hasSideE2: Boolean!
hasSideF: Boolean!
hasSideF1: Boolean!
hasSideF2: Boolean!
}
type GeometryImage {
url: String!
}
"The MULTI-BOX GraphQL Mutation Interface"
type Mutation {
ContactRequest(input: ContactRequestInput!): ContactRequestPayload
ProductRequest(input: ProductRequestInput!): ProductRequestPayload
FileUpload(input: FileUploadInput!): FileUploadPayload
FileUploadRemove(input: FileUploadRemoveInput!): FileUploadRemovePayload
}
input ContactRequestInput {
address: AddressInput
contactReason: ContactReasonEnum!
emailRepeat: String
other: String
privacyPolicy: Boolean!
params: String
}
input AddressInput {
company: String
firstName: String!
lastName: String!
street: String
houseNumber: String
postalCode: String
city: String
country: String
email: String!
phone: String!
}
enum ContactReasonEnum {
technical
general
catalog
representation
meeting
}
type ContactRequestPayload {
id: String!
status: String!
}
input ProductRequestInput {
product: Int!
ProductRequestData: ProductRequestDataInput
address: AddressInput!
emailRepeat: String
privacyPolicy: Boolean!
params: String
}
input ProductRequestDataInput {
quantity1: Int
quantity2: Int
quantity3: Int
editBox: Boolean
editBoxSides: SidesInput
editBoxFile: Int
editSurface: Boolean
editSurfaceFile: Int
editSurfaceComment: String
completeBox: Boolean
completeBoxComment: String
completeBoxFile: Int
specialColours: Boolean
specialColoursComment: String
specialColoursFile: Int
accessoryProducts: [Int]
accessoryComment: String
comment: String
}
input SidesInput {
A: String
A1: String
A2: String
B: String
B1: String
B2: String
C: String
C1: String
C2: String
D: String
D1: String
D2: String
E: String
E1: String
E2: String
F: String
F1: String
F2: String
}
type ProductRequestPayload {
id: String!
status: String!
}
input FileUploadInput {
filename: String!
clientMutationId: String
}
type FileUploadPayload {
file: File!
clientMutationId: String
}
type File {
id: Int!
filename: String!
}
input FileUploadRemoveInput {
id: Int!
clientMutationId: String
}
type FileUploadRemovePayload {
status: String!
clientMutationId: String
}