@adobe-apimesh/mesh-builder 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- function a0_0x1e66(){const _0xe7d7d=['replace','readFileSync','entries','The\x20responseCache\x20configuration\x20is\x20incomplete.\x20You\x20must\x20include\x20at\x20least\x20one\x20required\x20property:\x20\x27globalTtl\x27\x20or\x20\x27ttlPerSchemaCoordinate\x27.','includes','__setModuleDefault','errors','{\x22$id\x22:\x22createSource-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createSource-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22}','name','glob','.mesh/','handleResolversCompositionFileReferences','size','building','{\x22$id\x22:\x22createSource-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createSource-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22}','setTimeout','This\x20is\x20path:\x20','scripts/buildMesh.js','replaceField','onFetch','setInterval\x20is\x20not\x20supported','creating\x20hash\x20failed','1234540qXPVLU','isTI','__exportStar','.js','createTenantSchema','eslint','API_MESH_TIER','Mesh\x20file\x20names\x20must\x20be\x20less\x20than\x2025\x20characters.\x20The\x20following\x20files\x20are\x20invalid:\x20','requestSchema','\x20is\x20not\x20allowed\x20in\x20responseConfig.headers.\x20Use\x20the\x20responseConfig.CORS\x20section.','toStringTag','pathExistsSync','Invalid\x20value\x20used\x20for\x20','writeFileSync','map','basename','responseCache','2965256IVmMmi','keys','mgql_createTenantSchema','__esModule','proxy-revalidate','plugin:sonarjs/recommended','byteLength','info','string','.\x20Should\x20be\x20','\x20,\x20','forEach','catch','error','values','ajv','graphql','Mesh\x20files\x20must\x20be\x20JavaScript\x20or\x20JSON.\x20Other\x20file\x20types\x20are\x20not\x20supported.\x20The\x20following\x20files\x20are\x20invalid:\x20(','parseMaterializedFilePath','validateMeshConfig','.\x20Please\x20check\x20the\x20schema\x20for\x20allowed\x20types\x20and\x20values\x20for\x20','Module','replacements','Mesh\x20build\x20complete','round','no-transform','<whitespace>','filter','transforms','materializeTenantFiles','Multiple\x20entries\x20found\x20for\x20coordinates\x20','writeFile','__defineGetter__','removeSync','call','handleJSONSchemaFileReferences','Build\x20process\x20exited\x20with\x20error\x20','responseSample','Creating\x20','__defineSetter__','toLowerCase','delete','.meshrc.json','log','Unsupported\x20property\x20','spawn','contextConfig','An\x20error\x20occurred\x20in\x20graphqlMesh()','InvalidMeshConfigError','public','match','http','copyFileSync','set','requestSample','No\x20sources\x20provided.\x20Mesh\x20configuration\x20must\x20have\x20at\x20least\x20one\x20source.','exports','clearMaterializedConfigFiles','.txt','Compiled\x20','getOwnPropertyDescriptor','ResponseHeadersError','pino','default','validateCreateMeshConfigSchema','An\x20error\x20occurred\x20in\x20meshBuilder.BuildMesh()','node','\x20found','generateSchemaValidationError','add','parentDir','utf8','env','\x20provided\x20is\x20invalid.\x20Please\x20provide\x20a\x20fully\x20qualified\x20domain.','absolute','content','requestContext','missingProperty','Missing\x20required\x20property\x20','Mesh\x20configuration\x20shouldn\x27t\x20have\x20source\x20name\x20repeated.','push','immutable','sources','createSourceSchema','parse','__defineGetter__\x20is\x20not\x20supported','ti_createTenantSchema','6mUccVt','cache-control','organizationCode','materializedPath','handleOpenAPIFileReferences','globalTtl','max-age','\x20in\x20the\x20Mesh\x20config','mgql_updateTenantSchema','validateCreateSourceConfigSchema','baseUrl','global\x20is\x20not\x20supported','validate','update','__importDefault','source','runtimeConfig','LintError\x20in\x20File\x20','fromEntries','https','mkdir','/tenantFiles/','endpoint','package.json','ti_createSourceSchema','mgql_createSourceSchema','responseConfig','base64','logger','\x20to\x20','InvalidMeshConfigSizeError','\x20is\x20a\x20duplicate\x20source\x20name.','window','validateMeshConfigSize','transpileModule','prod','must-understand','ti_updateTenantSchema','responseSchema','throw\x20is\x20not\x20supported','__createBinding','__defineSetter__\x20is\x20not\x20supported','stack','undefined','toString','startsWith','additionalResolvers','mesh-artifact','join','required','latest','\x20failed','CommonJS','RESPONSE_CACHE_MAX_GLOBAL_TTL','object','An\x20error\x20occured\x20while\x20materializing\x20the\x20files:\x20','\x20at\x20','processFileConfig','payload','\x20seconds.','hooks','stale-while-revalidate','stringify','{\x22$id\x22:\x22createTenant-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22CacheConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createTenant-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FetchConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedDomains\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22createTenant-ti#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseCache\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22globalTtl\x22:{\x22type\x22:\x22number\x22},\x22includeExtensionMetadata\x22:{\x22type\x22:\x22boolean\x22},\x22ttlPerSchemaCoordinate\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22coordinate\x22:{\x22type\x22:\x22string\x22},\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22required\x22:[\x22coordinate\x22,\x22ttl\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResponseConfig\x22},\x22runtimeConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RuntimeConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/HooksPlugin\x22},\x22onFetch\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22type\x22:\x22string\x22},\x22source\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22handler\x22,\x22source\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22RunTimeContextConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22cacheConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CacheConfig\x22},\x22fetchConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FetchConfig\x22}},\x22type\x22:\x22object\x22},\x22RuntimeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22contextConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RunTimeContextConfig\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','The\x20globalTtl\x20is\x20invalid.\x20Specify\x20an\x20integer\x20value\x20between\x200\x20seconds\x20and\x20','then','setInterval','createHash','Moving\x20mesh\x20artifacts\x20into\x20artifacts\x20folder','process\x20is\x20not\x20supported','workspaceId','from','Header\x20','production','MeshBuildError','sha1','copySync','\x20in\x20responseCache.ttlPerSchemaCoordinate.\x20Specify\x20only\x20a\x20single\x20entry\x20for\x20each\x20schema\x20coordinate.','relativePath','defineProperty','indexOf','hasOwnProperty','coordinate','global','createWriteStream','handleAdditionalResolversFileReferences','9605yGpKtV','An\x20error\x20occurred\x20while\x20moving\x20mesh\x20artifacts','meshId','requestId','tempfiles','promises','get','isValid','getSourceResponseHeaders','stale-if-error','prototype','validateSourceName','off','replaceFileReferencesInConfig','26902rnsaUc','Please\x20provide\x20a\x20valid\x20file\x20type\x20(json|yaml)\x20or\x20a\x20fully\x20qualified\x20domain.','configurable','enum','lastIndexOf','pipe','66WMyDoi','stdout','.ts','Invalid\x20type\x20used\x20for\x20','reasons','Source\x20name\x20cannot\x20be\x20empty','min-fresh','absolutePath','./tenantFiles/','writable','test','Compiling\x20','beforeAll','The\x20TTL\x20specified\x20for\x20','length','path','crypto','processMeshResponseHeaders','JsonSchema','openapi','1842197WSHiFQ','type','stderr','process','existsSync','no-loops','no-cache','import\x20is\x20not\x20supported','schema-management-service','KB.\x20Mesh\x20config\x20size\x20must\x20be\x20less\x20than\x20375KB','cause','headers','pending','require','Clearing\x20materialized\x20files\x20in\x20','changeDynamicHeadersToLowercase','ttl','plugins','create','resolversComposition','123841tPPBrh','import','transfer-encoding','ttlPerSchemaCoordinate','files','all','handleHooksFileReferences','mkdirSync','getCacheControlDirectives','cwd','{\x22$id\x22:\x22updateTenant-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22updateTenant-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22updateTenant-mgql#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResponseConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/HooksPlugin\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','operations','extname','getTenantTmpDir','TIMeshTypes','meshes','digest','compositions','no-store','resolve','files.json','success','composer','message','4854825xgLBjP','getSchemaValidator','\x20;\x20','@fastify/request-context','No\x20meshid\x20','dirname','validateUpdateMeshConfigSchema','pid','Beginning\x20mesh\x20build\x20for\x20meshId:\x20','projectId','\x20is\x20invalid.\x20Specify\x20an\x20integer\x20value\x20between\x200\x20seconds\x20and\x20','tenantFiles','REQUEST_ID','MeshTypes','LOG_LEVEL','handler','lintText','ESLint','Unable\x20to\x20compile\x20mesh','replaceAll','outputText','MeshStatus','10MlLYwH','cacheConfig'];a0_0x1e66=function(){return _0xe7d7d;};return a0_0x1e66();}function a0_0x2a21(_0x1c8246,_0x5c8d57){const _0x1e66de=a0_0x1e66();a0_0x2a21=function(_0x2a217f,_0x21d11e){_0x2a217f=_0x2a217f-0x1bf;let _0x55196c=_0x1e66de[_0x2a217f];return _0x55196c;};return a0_0x2a21(_0x1c8246,_0x5c8d57);}(function(_0x195d6c,_0x4abe81){const _0x328f7e=a0_0x2a21;const _0x3b05b0=_0x195d6c();while(!![]){try{const _0x5dd2e1=-parseInt(_0x328f7e(0x20b))/0x1+-parseInt(_0x328f7e(0x1dd))/0x2*(-parseInt(_0x328f7e(0x2b9))/0x3)+-parseInt(_0x328f7e(0x251))/0x4+-parseInt(_0x328f7e(0x1cf))/0x5*(parseInt(_0x328f7e(0x1e3))/0x6)+-parseInt(_0x328f7e(0x1f7))/0x7+parseInt(_0x328f7e(0x262))/0x8+parseInt(_0x328f7e(0x223))/0x9*(parseInt(_0x328f7e(0x239))/0xa);if(_0x5dd2e1===_0x4abe81){break;}else{_0x3b05b0['push'](_0x3b05b0['shift']());}}catch(_0xf8928b){_0x3b05b0['push'](_0x3b05b0['shift']());}}}(a0_0x1e66,0x35c2e));((()=>{'use strict';const _0x26d4e1=a0_0x2a21;var _0x5df215={0x1d0:(_0x207e1f,_0xab6e12)=>{const _0x4e7e88=a0_0x2a21;function _0x4b008(_0x68096e){const _0x3710a5=a0_0x2a21;const _0x5f2e95=[];return Object[_0x3710a5(0x263)](_0x68096e)[_0x3710a5(0x26d)]((_0x3637e9,_0x21a89c)=>{const _0x577ec1=_0x3710a5;_0x68096e[_0x3637e9]===_0x3637e9?_0x5f2e95[_0x577ec1(0x2b2)](_0x3637e9):_0x5f2e95[_0x577ec1(0x2b2)](_0x3637e9+'='+_0x68096e[_0x3637e9]);}),_0x5f2e95['toString']();}Object[_0x4e7e88(0x1c8)](_0xab6e12,_0x4e7e88(0x265),{'value':!0x0}),_0xab6e12[_0x4e7e88(0x213)]=void 0x0,_0xab6e12[_0x4e7e88(0x213)]=_0x31ae05=>{const _0x2c8139=_0x4e7e88;let _0x16c8c6={};return _0x31ae05?.[_0x2c8139(0x26d)](_0x5080b3=>{const _0x337aab=_0x2c8139;if(_0x337aab(0x2ba)===_0x5080b3['name'][_0x337aab(0x28a)]()){const _0x53e98f=function(_0x759bda){const _0x298f8d=_0x337aab;const _0x8bd721={};return _0x759bda[_0x298f8d(0x23b)](/(?:^|(?:\s*\,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,function(_0x569932,_0x697ea3,_0x59a55d,_0x36696e){const _0x2fd113=_0x298f8d;const _0x14540a=_0x59a55d||_0x36696e;return _0x8bd721[_0x697ea3]=_0x14540a?_0x14540a[_0x2fd113(0x28a)]():_0x697ea3,'';})?{}:_0x8bd721;}(_0x5080b3[_0x337aab(0x270)][_0x337aab(0x2e5)]()),_0x586e69=Object['fromEntries'](Object['entries'](_0x53e98f)['map'](([_0xca9a29,_0x5d6d38])=>[_0xca9a29['toLowerCase'](),_0x5d6d38[_0x337aab(0x28a)]()]));_0x16c8c6=function(_0x5be0bb,_0x5ba9cf){const _0x3271af=_0x337aab;if(_0x5be0bb['no-store'])return _0x5be0bb;if(_0x5ba9cf[_0x3271af(0x21d)])return(_0x5be0bb={})['no-store']='no-store',_0x5be0bb;[_0x3271af(0x1e9),_0x3271af(0x2bf),'max-stale','s-maxage',_0x3271af(0x1d8),_0x3271af(0x2f6)][_0x3271af(0x26d)](_0x4f5ec6=>{var _0x83adce,_0x1eb84c,_0x4d3917;_0x83adce=_0x4f5ec6,_0x1eb84c=_0x5ba9cf[_0x4f5ec6],(_0x4d3917=_0x5be0bb)[_0x83adce]&&_0x1eb84c?isNaN(Number(_0x4d3917[_0x83adce]))&&!isNaN(Number(_0x1eb84c))?_0x4d3917[_0x83adce]=_0x1eb84c:isNaN(Number(_0x4d3917[_0x83adce]))||isNaN(Number(_0x1eb84c))||Number(_0x4d3917[_0x83adce])>Number(_0x1eb84c)&&(_0x4d3917[_0x83adce]=_0x1eb84c):_0x1eb84c&&(_0x4d3917[_0x83adce]=_0x1eb84c);});const _0x42696e=[_0x3271af(0x293),'private',_0x3271af(0x2b3),_0x3271af(0x1fd),_0x3271af(0x27b),'must-revalidate',_0x3271af(0x266),_0x3271af(0x2dd)];return Object[_0x3271af(0x263)](_0x5ba9cf)['forEach'](_0x104e4f=>{_0x42696e['includes'](_0x104e4f)&&!_0x5be0bb[_0x104e4f]&&(_0x5be0bb[_0x104e4f]=_0x5ba9cf[_0x104e4f]);}),_0x5be0bb;}(_0x16c8c6,_0x586e69);}}),{'cache-control':_0x4b008(_0x16c8c6)};},_0xab6e12[_0x4e7e88(0x2a1)]=_0xab6e12[_0x4e7e88(0x213)];},0x2d4:(_0xfaf867,_0x564dda)=>{const _0x2dd12d=a0_0x2a21;Object['defineProperty'](_0x564dda,_0x2dd12d(0x265),{'value':!0x0}),_0x564dda['ResponseHeadersError']=void 0x0,_0x564dda[_0x2dd12d(0x29f)]=class{[_0x2dd12d(0x243)];[_0x2dd12d(0x222)];[_0x2dd12d(0x2e3)];[_0x2dd12d(0x201)];['requestId'];constructor(_0x11633c,_0x318bc6,_0x37a32e,_0x29127b,_0xc7135f){const _0x525681=_0x2dd12d;this[_0x525681(0x243)]=_0x318bc6,this[_0x525681(0x222)]=_0x11633c,this[_0x525681(0x1d2)]=_0x37a32e,this[_0x525681(0x2e3)]=_0x29127b,this[_0x525681(0x201)]=_0xc7135f;}};},0x1c9:function(_0x13d1ce,_0x383c18,_0x1330e4){const _0x3758b5=a0_0x2a21;var _0x2ad64a=this&&this[_0x3758b5(0x2c7)]||function(_0xe8842a){const _0x565116=_0x3758b5;return _0xe8842a&&_0xe8842a[_0x565116(0x265)]?_0xe8842a:{'default':_0xe8842a};};Object['defineProperty'](_0x383c18,_0x3758b5(0x265),{'value':!0x0}),_0x383c18[_0x3758b5(0x211)]=_0x383c18[_0x3758b5(0x1ce)]=_0x383c18['handleReplaceFieldFileReferences']=_0x383c18['handleResolversCompositionFileReferences']=_0x383c18[_0x3758b5(0x2bd)]=_0x383c18[_0x3758b5(0x285)]=_0x383c18['replaceRelativePaths']=_0x383c18[_0x3758b5(0x1dc)]=_0x383c18[_0x3758b5(0x218)]=_0x383c18[_0x3758b5(0x29b)]=_0x383c18['parseFilePath']=_0x383c18[_0x3758b5(0x27f)]=_0x383c18[_0x3758b5(0x2f2)]=_0x383c18[_0x3758b5(0x274)]=void 0x0;const _0x31df07=_0x1330e4(0x71),_0x18b166=_0x2ad64a(_0x1330e4(0x11)),_0x219225=_0x1330e4(0x18a),_0x45fece=_0x1330e4(0x93),_0x3ed7e9=_0x1330e4(0x11),_0x3df440=_0x1330e4(0xef);function _0x503cc1(_0x3e37f6){const _0x161726=_0x3758b5;const _0x4ee58a=_0x3e37f6[_0x161726(0x23b)](/^\.\//,''),_0x390ead=_0x18b166['default']['basename'](_0x3e37f6);'.js'===_0x18b166[_0x161726(0x2a1)]['extname'](_0x390ead)&&(_0x3e37f6='meshes/mesh-artifact/'+_0x3e37f6);const _0x27af40=(0x0,_0x3ed7e9[_0x161726(0x21e)])(_0x3e37f6),_0x30c09f=_0x18b166[_0x161726(0x2a1)][_0x161726(0x228)](_0x27af40);return{'name':_0x4ee58a,'relativePath':_0x3e37f6,'absolutePath':_0x27af40,'parentDir':{'relative':_0x30c09f,'absolute':(0x0,_0x3ed7e9['resolve'])(_0x30c09f)}};}function _0x4467e7(_0x2536b7,_0x4cb83f,_0x4488fa=!0x1){const _0x3328d6=_0x3758b5;const _0xc6171a=_0x2536b7[_0x3328d6(0x23b)](/^\.\//,''),_0x546122=_0x52f8e0(_0x4cb83f,_0x4488fa),_0x4e3df2=_0x546122['relative']+'/'+_0xc6171a;return{'name':_0xc6171a,'relativePath':_0x4e3df2,'absolutePath':(0x0,_0x3ed7e9['resolve'])(_0x4e3df2),'parentDir':_0x546122};}function _0x52f8e0(_0x408495,_0x518ca9=!0x1){const _0x2f8d1d=_0x3758b5;const _0x4e40d9=process[_0x2f8d1d(0x22a)],_0x29c538=process[_0x2f8d1d(0x2aa)][_0x2f8d1d(0x22f)]||'';try{const _0x1db63e=_0x4e40d9+_0x29c538,_0x53085c=(0x0,_0x31df07[_0x2f8d1d(0x2fc)])(_0x2f8d1d(0x1c4))[_0x2f8d1d(0x2c6)](_0x408495+_0x1db63e)[_0x2f8d1d(0x21b)](_0x2f8d1d(0x2d4)),_0x59cb07=_0x518ca9?_0x2f8d1d(0x1eb)+_0x408495+'-'+_0x53085c:'./'+_0x408495+_0x2f8d1d(0x2ce)+_0x408495+'-'+_0x53085c;return{'relative':_0x59cb07,'absolute':(0x0,_0x3ed7e9[_0x2f8d1d(0x21e)])(_0x59cb07)};}catch(_0x67aff0){throw _0x219225[_0x2f8d1d(0x2d5)][_0x2f8d1d(0x269)](_0x2f8d1d(0x250)),_0x67aff0;}}function _0x2490a1(_0x4dc96c,_0x3afd67){const _0x29a8e2=_0x3758b5;if(_0x4dc96c[_0x29a8e2(0x2e6)](_0x29a8e2(0x295))||_0x4dc96c[_0x29a8e2(0x2e6)](_0x29a8e2(0x2cc)))return _0x4dc96c;{const _0x354b48=_0x4467e7(_0x4dc96c,_0x3afd67,!0x0)[_0x29a8e2(0x1c7)];return _0x219225[_0x29a8e2(0x2d5)]['debug']('Replacing\x20'+_0x4dc96c+'\x20with\x20'+_0x354b48+_0x29a8e2(0x2c0)),_0x354b48;}}function _0x445b61(_0x4bc2ea,_0x4b0b95){const _0x4713ed=_0x3758b5;_0x4b0b95[_0x4713ed(0x2b4)][_0x4713ed(0x26d)](_0x1a588e=>{const _0x2710eb=_0x4713ed;_0x1a588e[_0x2710eb(0x232)]['JsonSchema']?.[_0x2710eb(0x216)][_0x2710eb(0x26d)](_0x217b82=>{const _0x45ff8b=_0x2710eb;_0x217b82['responseSchema']&&(_0x217b82[_0x45ff8b(0x2df)]=_0x2490a1(_0x217b82[_0x45ff8b(0x2df)],_0x4bc2ea)),_0x217b82['responseSample']&&(_0x217b82[_0x45ff8b(0x287)]=_0x2490a1(_0x217b82[_0x45ff8b(0x287)],_0x4bc2ea)),_0x217b82[_0x45ff8b(0x259)]&&(_0x217b82['requestSchema']=_0x2490a1(_0x217b82['requestSchema'],_0x4bc2ea)),_0x217b82[_0x45ff8b(0x298)]&&(_0x217b82[_0x45ff8b(0x298)]=_0x2490a1(_0x217b82[_0x45ff8b(0x298)],_0x4bc2ea));});});}function _0x3cef7b(_0x503da2,_0x1c4197){const _0x3af60f=_0x3758b5;_0x1c4197[_0x3af60f(0x2b4)][_0x3af60f(0x26d)](_0x39af4f=>{const _0x383825=_0x3af60f;const _0x22341a=_0x39af4f[_0x383825(0x232)][_0x383825(0x1f6)];_0x22341a&&(_0x22341a[_0x383825(0x2c8)]=_0x2490a1(_0x22341a[_0x383825(0x2c8)],_0x503da2));});}function _0x191a31(_0x383696,_0x514ee9){const _0x24723f=_0x3758b5;_0x514ee9['sources'][_0x24723f(0x26d)](_0x25e2da=>{const _0x8a541f=_0x24723f;_0x25e2da[_0x8a541f(0x27e)]?.[_0x8a541f(0x26d)](_0x1ced7=>{const _0x3463ec=_0x8a541f;_0x1ced7[_0x3463ec(0x20a)]?.[_0x3463ec(0x21c)][_0x3463ec(0x26d)](_0x11a918=>{const _0x24a483=_0x3463ec;_0x11a918&&_0x11a918[_0x24a483(0x221)]&&(_0x11a918[_0x24a483(0x221)]=_0x2490a1(_0x11a918['composer'],_0x383696));});});}),_0x514ee9[_0x24723f(0x27e)]?.['forEach'](_0x5cbc67=>{const _0x4759c5=_0x24723f;_0x5cbc67[_0x4759c5(0x20a)]?.[_0x4759c5(0x21c)][_0x4759c5(0x26d)](_0x43af7f=>{const _0x15b2c3=_0x4759c5;_0x43af7f&&_0x43af7f[_0x15b2c3(0x221)]&&(_0x43af7f[_0x15b2c3(0x221)]=_0x2490a1(_0x43af7f[_0x15b2c3(0x221)],_0x383696));});});}function _0x1fa401(_0x2b38fe,_0x1b9b01){const _0x13993d=_0x3758b5;_0x1b9b01[_0x13993d(0x2b4)][_0x13993d(0x26d)](_0x58e7cc=>{const _0x2f8a33=_0x13993d;_0x58e7cc['transforms']?.[_0x2f8a33(0x26d)](_0x1fa001=>{const _0x4b4001=_0x2f8a33;_0x1fa001['replaceField']?.[_0x4b4001(0x278)]['forEach'](_0xd34d08=>{const _0x55eb41=_0x4b4001;_0xd34d08&&_0xd34d08[_0x55eb41(0x221)]&&(_0xd34d08[_0x55eb41(0x221)]=_0x2490a1(_0xd34d08['composer'],_0x2b38fe));});});}),_0x1b9b01[_0x13993d(0x27e)]?.['forEach'](_0x358d33=>{const _0x3a98ce=_0x13993d;_0x358d33[_0x3a98ce(0x24d)]?.['replacements'][_0x3a98ce(0x26d)](_0x830e67=>{const _0x4fcc73=_0x3a98ce;_0x830e67&&_0x830e67['composer']&&(_0x830e67[_0x4fcc73(0x221)]=_0x2490a1(_0x830e67[_0x4fcc73(0x221)],_0x2b38fe));});});}function _0x4075a1(_0x42b662,_0x34602d){const _0x2a8bbd=_0x3758b5;const _0x28a309=[];_0x34602d[_0x2a8bbd(0x2e7)]?.[_0x2a8bbd(0x26d)](_0x1e0257=>{const _0x479fe7=_0x2a8bbd;'string'==typeof _0x1e0257?_0x28a309[_0x479fe7(0x2b2)](_0x2490a1(_0x1e0257,_0x42b662)):_0x28a309['push'](_0x1e0257);}),_0x34602d[_0x2a8bbd(0x2e7)]=_0x28a309;}function _0xbf14ba(_0xe4079c,_0x85912c){!function(_0x1f57e0,_0xea0142){_0xea0142['plugins']&&_0xea0142['plugins']['forEach'](_0xde3721=>{const _0x3262f4=a0_0x2a21;if(_0xde3721[_0x3262f4(0x2f5)]?.[_0x3262f4(0x1ef)]){const {composer:_0x42d63f,blocking:_0x34e176}=_0xde3721[_0x3262f4(0x2f5)]['beforeAll'];_0xde3721[_0x3262f4(0x2f5)][_0x3262f4(0x1ef)]={'composer':_0x2490a1(_0x42d63f,_0x1f57e0),'blocking':_0x34e176};}});}(_0xe4079c,_0x85912c);}_0x383c18[_0x3758b5(0x274)]=_0x503cc1,_0x383c18[_0x3758b5(0x2f2)]=async function(_0x507ba0){const _0x38e8fb=_0x3758b5;_0x507ba0[_0x38e8fb(0x20f)]&&await Promise[_0x38e8fb(0x210)](_0x507ba0['files'][_0x38e8fb(0x25f)](async _0x4973fd=>{const _0x54ac3d=_0x38e8fb;try{if(_0x4973fd[_0x54ac3d(0x2bc)]){const _0x169f2b=_0x503cc1(_0x4973fd['materializedPath']);try{await _0x45fece[_0x54ac3d(0x1d4)][_0x54ac3d(0x2cd)](_0x169f2b[_0x54ac3d(0x2a8)][_0x54ac3d(0x2ac)],{'recursive':!0x0}),await _0x45fece['promises']['writeFile'](_0x169f2b[_0x54ac3d(0x1ea)],_0x4973fd['content'],{'flag':'w'});}catch(_0x76e720){_0x219225[_0x54ac3d(0x2d5)][_0x54ac3d(0x26f)](_0x76e720,'Materializing\x20'+_0x169f2b[_0x54ac3d(0x243)]+_0x54ac3d(0x2d6)+_0x169f2b[_0x54ac3d(0x1ea)]+_0x54ac3d(0x2ec));}}}catch(_0x3697d6){_0x219225[_0x54ac3d(0x2d5)][_0x54ac3d(0x26f)]('Parsing\x20file\x20'+_0x4973fd[_0x54ac3d(0x1f2)]+_0x54ac3d(0x2ec));}}));},_0x383c18[_0x3758b5(0x27f)]=async function(_0x3a0f7a,_0x38251e){const _0x42f406=_0x3758b5;_0x38251e[_0x42f406(0x20f)]?.[_0x42f406(0x26d)](async _0x1a2588=>{const _0x29a540=_0x42f406;try{const _0x52b827=_0x4467e7(_0x1a2588[_0x29a540(0x1f2)],_0x3a0f7a);try{await _0x45fece[_0x29a540(0x1d4)][_0x29a540(0x2cd)](_0x18b166[_0x29a540(0x2a1)][_0x29a540(0x228)](_0x52b827[_0x29a540(0x1ea)]),{'recursive':!0x0}),_0x45fece[_0x29a540(0x1d4)][_0x29a540(0x281)](_0x52b827[_0x29a540(0x1ea)],_0x1a2588[_0x29a540(0x2ad)],{'flag':'w'});}catch(_0x1f8c21){_0x219225[_0x29a540(0x2d5)][_0x29a540(0x26f)](_0x1f8c21,'Materializing\x20'+_0x52b827[_0x29a540(0x243)]+_0x29a540(0x2d6)+_0x52b827[_0x29a540(0x1ea)]+_0x29a540(0x2ec));}}catch(_0x29c0c9){_0x219225[_0x29a540(0x2d5)][_0x29a540(0x26f)]('Parsing\x20file\x20'+_0x1a2588[_0x29a540(0x1f2)]+_0x29a540(0x2ec));}});},_0x383c18['parseFilePath']=_0x4467e7,_0x383c18['clearMaterializedConfigFiles']=async function(_0x24b169){const _0x2e378e=_0x3758b5;try{const _0x3b9f64=_0x52f8e0(_0x24b169);_0x219225[_0x2e378e(0x2d5)]['debug'](_0x2e378e(0x205)+_0x3b9f64[_0x2e378e(0x2ac)]),_0x45fece[_0x2e378e(0x1d4)]['rm'](_0x3b9f64[_0x2e378e(0x2ac)],{'recursive':!0x0});}catch(_0x3a5214){}},_0x383c18['getTenantTmpDir']=_0x52f8e0,_0x383c18[_0x3758b5(0x1dc)]=function(_0x242fc6,_0x5e7071){const _0x4135b7=_0x3758b5;_0x445b61(_0x242fc6,_0x5e7071),_0x3cef7b(_0x242fc6,_0x5e7071),_0x191a31(_0x242fc6,_0x5e7071),_0x1fa401(_0x242fc6,_0x5e7071),_0x4075a1(_0x242fc6,_0x5e7071),_0xbf14ba(_0x242fc6,_0x5e7071),_0x3df440['isTI']&&function(_0x16666d,_0xfa4d07){const _0x48013a=a0_0x2a21;_0xfa4d07[_0x48013a(0x208)]&&_0xfa4d07[_0x48013a(0x208)][_0x48013a(0x26d)](_0x395f57=>{const _0x561a65=_0x48013a;_0x395f57[_0x561a65(0x24e)]&&_0x395f57[_0x561a65(0x24e)][_0x561a65(0x26d)](_0x5ae128=>{const _0xf5572d=_0x561a65;const {handler:_0x5f2104}=_0x5ae128;_0x5ae128[_0xf5572d(0x232)]=_0x2490a1(_0x5f2104,_0x16666d);});});}(_0x242fc6,_0x5e7071),_0x5e7071[_0x4135b7(0x20f)]&&_0x5e7071[_0x4135b7(0x20f)]['forEach'](_0x172766=>{const _0x3545ae=_0x4135b7;_0x172766['materializedPath']=_0x2490a1(_0x172766[_0x3545ae(0x1f2)],_0x242fc6);});},_0x383c18['replaceRelativePaths']=_0x2490a1,_0x383c18[_0x3758b5(0x285)]=_0x445b61,_0x383c18[_0x3758b5(0x2bd)]=_0x3cef7b,_0x383c18[_0x3758b5(0x246)]=_0x191a31,_0x383c18['handleReplaceFieldFileReferences']=_0x1fa401,_0x383c18['handleAdditionalResolversFileReferences']=_0x4075a1,_0x383c18[_0x3758b5(0x211)]=_0xbf14ba;},0x22b:function(_0x44696b,_0x2435bb,_0x1b40f2){const _0x1c1189=a0_0x2a21;var _0xb64c61=this&&this['__createBinding']||(Object[_0x1c1189(0x209)]?function(_0xf3a82a,_0x3af817,_0x407b03,_0x60da01){const _0x309642=_0x1c1189;void 0x0===_0x60da01&&(_0x60da01=_0x407b03);var _0x2fac67=Object[_0x309642(0x29e)](_0x3af817,_0x407b03);_0x2fac67&&!('get'in _0x2fac67?!_0x3af817[_0x309642(0x265)]:_0x2fac67[_0x309642(0x1ec)]||_0x2fac67[_0x309642(0x1df)])||(_0x2fac67={'enumerable':!0x0,'get':function(){return _0x3af817[_0x407b03];}}),Object['defineProperty'](_0xf3a82a,_0x60da01,_0x2fac67);}:function(_0x553d19,_0x250c96,_0x1f03f4,_0x416160){void 0x0===_0x416160&&(_0x416160=_0x1f03f4),_0x553d19[_0x416160]=_0x250c96[_0x1f03f4];}),_0x36852e=this&&this[_0x1c1189(0x240)]||(Object['create']?function(_0x1e161d,_0x37a522){const _0x39e7ca=_0x1c1189;Object[_0x39e7ca(0x1c8)](_0x1e161d,'default',{'enumerable':!0x0,'value':_0x37a522});}:function(_0x31f0e8,_0x52ecd2){_0x31f0e8['default']=_0x52ecd2;}),_0x36edf2=this&&this['__importStar']||function(_0x50c6ef){const _0x52a7e6=_0x1c1189;if(_0x50c6ef&&_0x50c6ef[_0x52a7e6(0x265)])return _0x50c6ef;var _0x27dac9={};if(null!=_0x50c6ef)for(var _0x2413da in _0x50c6ef)_0x52a7e6(0x2a1)!==_0x2413da&&Object[_0x52a7e6(0x1d9)][_0x52a7e6(0x1ca)][_0x52a7e6(0x284)](_0x50c6ef,_0x2413da)&&_0xb64c61(_0x27dac9,_0x50c6ef,_0x2413da);return _0x36852e(_0x27dac9,_0x50c6ef),_0x27dac9;},_0x24b822=this&&this[_0x1c1189(0x253)]||function(_0x3c96f6,_0x34bc51){const _0x27198a=_0x1c1189;for(var _0x3cf98a in _0x3c96f6)_0x27198a(0x2a1)===_0x3cf98a||Object[_0x27198a(0x1d9)][_0x27198a(0x1ca)][_0x27198a(0x284)](_0x34bc51,_0x3cf98a)||_0xb64c61(_0x34bc51,_0x3c96f6,_0x3cf98a);},_0x2cfb5a=this&&this['__importDefault']||function(_0x35f6ff){const _0xd4a86=_0x1c1189;return _0x35f6ff&&_0x35f6ff[_0xd4a86(0x265)]?_0x35f6ff:{'default':_0x35f6ff};};Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x265),{'value':!0x0}),_0x2435bb['updateTenantSchema']=_0x2435bb[_0x1c1189(0x255)]=_0x2435bb[_0x1c1189(0x2b5)]=_0x2435bb[_0x1c1189(0x252)]=_0x2435bb['TIMeshTypes']=_0x2435bb[_0x1c1189(0x230)]=_0x2435bb[_0x1c1189(0x2de)]=_0x2435bb['ti_createTenantSchema']=_0x2435bb['ti_createSourceSchema']=_0x2435bb[_0x1c1189(0x2c1)]=_0x2435bb['mgql_createTenantSchema']=_0x2435bb[_0x1c1189(0x2d2)]=_0x2435bb[_0x1c1189(0x275)]=_0x2435bb['validateUpdateMeshConfigSchema']=_0x2435bb[_0x1c1189(0x2a2)]=_0x2435bb[_0x1c1189(0x2c2)]=_0x2435bb[_0x1c1189(0x2da)]=_0x2435bb[_0x1c1189(0x1da)]=_0x2435bb[_0x1c1189(0x2a6)]=_0x2435bb[_0x1c1189(0x224)]=_0x2435bb[_0x1c1189(0x2f2)]=_0x2435bb[_0x1c1189(0x1dc)]=_0x2435bb[_0x1c1189(0x29b)]=_0x2435bb['materializeTenantFiles']=_0x2435bb[_0x1c1189(0x206)]=_0x2435bb[_0x1c1189(0x1d7)]=_0x2435bb[_0x1c1189(0x1f4)]=_0x2435bb[_0x1c1189(0x213)]=void 0x0;const _0x202c32=_0x1b40f2(0x1d0);Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x213),{'enumerable':!0x0,'get':function(){const _0x4f806e=_0x1c1189;return _0x202c32[_0x4f806e(0x213)];}});const _0x585d92=_0x2cfb5a(_0x1b40f2(0x359));_0x2435bb[_0x1c1189(0x1f4)]=_0x585d92[_0x1c1189(0x2a1)];const _0x29debe=_0x2cfb5a(_0x1b40f2(0x3a4));_0x2435bb[_0x1c1189(0x1d7)]=_0x29debe['default'];const _0x4d12d4=_0x1b40f2(0xef);Object[_0x1c1189(0x1c8)](_0x2435bb,'changeDynamicHeadersToLowercase',{'enumerable':!0x0,'get':function(){return _0x4d12d4['changeDynamicHeadersToLowercase'];}});const _0x559b56=_0x1b40f2(0x1c9);Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x27f),{'enumerable':!0x0,'get':function(){const _0x427075=_0x1c1189;return _0x559b56[_0x427075(0x27f)];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x29b),{'enumerable':!0x0,'get':function(){return _0x559b56['clearMaterializedConfigFiles'];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x1dc),{'enumerable':!0x0,'get':function(){const _0x6adce3=_0x1c1189;return _0x559b56[_0x6adce3(0x1dc)];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x2f2),{'enumerable':!0x0,'get':function(){const _0x12b9d6=_0x1c1189;return _0x559b56[_0x12b9d6(0x2f2)];}});const _0x5d8376=_0x1b40f2(0x80);Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x224),{'enumerable':!0x0,'get':function(){const _0x57e150=_0x1c1189;return _0x5d8376[_0x57e150(0x224)];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x2a6),{'enumerable':!0x0,'get':function(){return _0x5d8376['generateSchemaValidationError'];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x1da),{'enumerable':!0x0,'get':function(){const _0x2e31ab=_0x1c1189;return _0x5d8376[_0x2e31ab(0x1da)];}}),Object['defineProperty'](_0x2435bb,_0x1c1189(0x2da),{'enumerable':!0x0,'get':function(){return _0x5d8376['validateMeshConfigSize'];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x2c2),{'enumerable':!0x0,'get':function(){const _0x150f51=_0x1c1189;return _0x5d8376[_0x150f51(0x2c2)];}}),Object['defineProperty'](_0x2435bb,_0x1c1189(0x2a2),{'enumerable':!0x0,'get':function(){const _0xef3958=_0x1c1189;return _0x5d8376[_0xef3958(0x2a2)];}}),Object['defineProperty'](_0x2435bb,_0x1c1189(0x229),{'enumerable':!0x0,'get':function(){return _0x5d8376['validateUpdateMeshConfigSchema'];}}),Object[_0x1c1189(0x1c8)](_0x2435bb,_0x1c1189(0x275),{'enumerable':!0x0,'get':function(){const _0x2e9a9a=_0x1c1189;return _0x5d8376[_0x2e9a9a(0x275)];}});const _0x209ec5=_0x2cfb5a(_0x1b40f2(0x189));_0x2435bb[_0x1c1189(0x2d2)]=_0x209ec5[_0x1c1189(0x2a1)];const _0x5765ee=_0x2cfb5a(_0x1b40f2(0x380));_0x2435bb[_0x1c1189(0x264)]=_0x5765ee['default'];const _0x5330be=_0x2cfb5a(_0x1b40f2(0x2af));_0x2435bb['mgql_updateTenantSchema']=_0x5330be[_0x1c1189(0x2a1)];const _0x2dc326=_0x2cfb5a(_0x1b40f2(0x3ad));_0x2435bb[_0x1c1189(0x2d1)]=_0x2dc326[_0x1c1189(0x2a1)];const _0x5c1411=_0x2cfb5a(_0x1b40f2(0x3a3));_0x2435bb[_0x1c1189(0x2b8)]=_0x5c1411[_0x1c1189(0x2a1)];const _0x39ab2e=_0x2cfb5a(_0x1b40f2(0x151));_0x2435bb[_0x1c1189(0x2de)]=_0x39ab2e[_0x1c1189(0x2a1)],_0x2435bb[_0x1c1189(0x230)]=_0x36edf2(_0x1b40f2(0x1a3)),_0x2435bb[_0x1c1189(0x219)]=_0x36edf2(_0x1b40f2(0x295)),_0x2435bb[_0x1c1189(0x252)]=process['env'][_0x1c1189(0x257)]&&'TI'===process[_0x1c1189(0x2aa)]['API_MESH_TIER'],_0x2435bb[_0x1c1189(0x2b5)]=_0x2435bb[_0x1c1189(0x252)]?_0x2dc326[_0x1c1189(0x2a1)]:_0x209ec5[_0x1c1189(0x2a1)],_0x2435bb[_0x1c1189(0x255)]=_0x2435bb[_0x1c1189(0x252)]?_0x5c1411[_0x1c1189(0x2a1)]:_0x5765ee[_0x1c1189(0x2a1)],_0x2435bb['updateTenantSchema']=_0x2435bb[_0x1c1189(0x252)]?_0x39ab2e['default']:_0x5330be[_0x1c1189(0x2a1)],_0x24b822(_0x1b40f2(0x2c6),_0x2435bb);},0x80:function(_0x457471,_0x14b34a,_0x504534){const _0x4bb99b=a0_0x2a21;var _0x386a9b=this&&this[_0x4bb99b(0x2c7)]||function(_0x4bf90c){const _0x23f0bb=_0x4bb99b;return _0x4bf90c&&_0x4bf90c[_0x23f0bb(0x265)]?_0x4bf90c:{'default':_0x4bf90c};};Object[_0x4bb99b(0x1c8)](_0x14b34a,'__esModule',{'value':!0x0}),_0x14b34a[_0x4bb99b(0x275)]=_0x14b34a['validateUpdateMeshConfigSchema']=_0x14b34a['validateCreateMeshConfigSchema']=_0x14b34a[_0x4bb99b(0x2c2)]=_0x14b34a['validateMeshConfigSize']=_0x14b34a[_0x4bb99b(0x1da)]=_0x14b34a[_0x4bb99b(0x2a6)]=_0x14b34a[_0x4bb99b(0x224)]=void 0x0;const _0x314e83=_0x386a9b(_0x504534(0x378)),_0x5402bf=_0x504534(0x7f),_0x34c2aa=_0x386a9b(_0x504534(0x11)),_0x3a2bb9=_0x386a9b(_0x504534(0x189)),_0x30dcc7=_0x386a9b(_0x504534(0x380)),_0x2aec98=_0x386a9b(_0x504534(0x2af)),_0x4cf41b=_0x386a9b(_0x504534(0x3ad)),_0x289d46=_0x386a9b(_0x504534(0x3a3)),_0x2d2f48=_0x386a9b(_0x504534(0x151)),_0x3f1fda=process[_0x4bb99b(0x2aa)]['API_MESH_TIER']&&'TI'===process[_0x4bb99b(0x2aa)][_0x4bb99b(0x257)],_0x34988d=process[_0x4bb99b(0x2aa)]['RESPONSE_CACHE_COORD_MAX_TTL']||0x15180,_0x1235d0=process[_0x4bb99b(0x2aa)][_0x4bb99b(0x2ee)]||0x15180,_0x219b3c=_0x3f1fda?_0x4cf41b[_0x4bb99b(0x2a1)]:_0x3a2bb9['default'],_0x55a98d=_0x3f1fda?_0x289d46[_0x4bb99b(0x2a1)]:_0x30dcc7[_0x4bb99b(0x2a1)],_0x4250b0=_0x3f1fda?_0x2d2f48[_0x4bb99b(0x2a1)]:_0x2aec98[_0x4bb99b(0x2a1)],_0x4f2085={'type':_0x4bb99b(0x2ef),'properties':{'organizationCode':{'type':_0x4bb99b(0x26a),'minLength':0x1},'projectId':{'type':_0x4bb99b(0x26a),'minLength':0x1},'workspaceId':{'type':_0x4bb99b(0x26a),'minLength':0x1},'meshId':{'type':_0x4bb99b(0x26a),'minLength':0x1}},'required':['organizationCode',_0x4bb99b(0x22c),'workspaceId',_0x4bb99b(0x1d1)]},_0x569bbe={'type':_0x4bb99b(0x2ef),'properties':{'organizationCode':{'type':'string','minLength':0x1},'projectId':{'type':_0x4bb99b(0x26a),'minLength':0x1},'workspaceId':{'type':_0x4bb99b(0x26a),'minLength':0x1}},'required':[_0x4bb99b(0x2bb),_0x4bb99b(0x22c),_0x4bb99b(0x1bf)]},_0x364337=_0x3f1fda?{'allowInlineConfig':!0x1,'useEslintrc':!0x1,'baseConfig':{'env':{'browser':!0x1,'commonjs':!0x0,'es2021':!0x0},'parserOptions':{'ecmaVersion':_0x4bb99b(0x2eb)},'plugins':[_0x4bb99b(0x2a4)],'rules':{'no-debugger':_0x4bb99b(0x26f),'no-alert':_0x4bb99b(0x26f),'no-restricted-properties':[_0x4bb99b(0x26f),{'property':_0x4bb99b(0x282),'message':_0x4bb99b(0x2b7)},{'property':_0x4bb99b(0x289),'message':_0x4bb99b(0x2e2)}],'no-restricted-globals':[_0x4bb99b(0x26f),{'name':_0x4bb99b(0x1fa),'message':_0x4bb99b(0x2fe)},{'name':'window','message':'window\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x24a),'message':'setTimeout\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x2fb),'message':'setInterval\x20is\x20not\x20supported'}]}}}:{'allowInlineConfig':!0x1,'useEslintrc':!0x1,'baseConfig':{'env':{'browser':!0x1,'commonjs':!0x0,'es2021':!0x0},'parserOptions':{'ecmaVersion':_0x4bb99b(0x2eb)},'plugins':['node',_0x4bb99b(0x1fc),'sonarjs'],'extends':['eslint:recommended','plugin:security/recommended',_0x4bb99b(0x267)],'rules':{'no-restricted-syntax':[_0x4bb99b(0x26f),{'selector':'ThrowStatement','message':_0x4bb99b(0x2e0)}],'no-console':_0x4bb99b(0x26f),'no-alert':_0x4bb99b(0x26f),'no-unused-vars':_0x4bb99b(0x26f),'no-debugger':_0x4bb99b(0x26f),'no-restricted-properties':['error',{'property':'__defineGetter__','message':_0x4bb99b(0x2b7)},{'property':_0x4bb99b(0x289),'message':_0x4bb99b(0x2e2)}],'no-restricted-globals':[_0x4bb99b(0x26f),{'name':_0x4bb99b(0x1fa),'message':'process\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x1cc),'message':_0x4bb99b(0x2c4)},{'name':_0x4bb99b(0x2d9),'message':'window\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x204),'message':'require\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x20c),'message':_0x4bb99b(0x1fe)},{'name':'setTimeout','message':'setTimeout\x20is\x20not\x20supported'},{'name':_0x4bb99b(0x2fb),'message':_0x4bb99b(0x24f)}],'no-loops/no-loops':_0x4bb99b(0x26f),'no-unreachable-loop':'error','no-unmodified-loop-condition':'error','no-mixed-spaces-and-tabs':_0x4bb99b(0x1db)}}},_0x1b961c=new _0x5402bf[(_0x4bb99b(0x234))](_0x364337);_0x14b34a[_0x4bb99b(0x224)]=_0x74a556=>new _0x314e83[(_0x4bb99b(0x2a1))]({..._0x74a556||{},'allowUnionTypes':!0x0,'allErrors':!0x0}),_0x14b34a[_0x4bb99b(0x2a6)]=_0x5ceb0e=>{const _0x246132=_0x4bb99b;const _0x301eb5=[];return _0x5ceb0e[_0x246132(0x26d)](_0x1b7a3d=>{const _0x346a62=_0x246132;const {keyword:_0x58db12,params:_0x943102,instancePath:_0x1c8f63}=_0x1b7a3d;'additionalProperties'===_0x58db12?_0x301eb5[_0x346a62(0x2b2)](_0x346a62(0x28e)+_0x943102['additionalProperty']+'\x20used\x20in\x20'+(_0x1c8f63||_0x346a62(0x2f3))):_0x346a62(0x2ea)===_0x58db12?_0x301eb5[_0x346a62(0x2b2)](_0x346a62(0x2b0)+_0x943102[_0x346a62(0x2af)]+(_0x1c8f63?_0x346a62(0x2f1)+_0x1c8f63:'')):_0x346a62(0x1f8)===_0x58db12?_0x301eb5[_0x346a62(0x2b2)](_0x346a62(0x1e6)+_0x1c8f63+_0x346a62(0x26b)+_0x943102[_0x346a62(0x1f8)]):_0x346a62(0x1e0)===_0x58db12?_0x301eb5[_0x346a62(0x2b2)](_0x346a62(0x25d)+_0x1c8f63+'.\x20Should\x20be\x20one\x20of\x20'+_0x943102['allowedValues']):_0x301eb5[_0x346a62(0x2b2)]('Error\x20at\x20'+_0x1c8f63+_0x346a62(0x276)+_0x1c8f63);}),_0x301eb5[_0x246132(0x2e9)]('\x20,\x20');},_0x14b34a[_0x4bb99b(0x1da)]=_0x33643e=>{const _0x2c59e1=_0x4bb99b;if(!_0x33643e)return{'isValid':!0x1,'reason':_0x2c59e1(0x1e8)};const _0x38b95d=/[(),/:;<=>?@[\]{}\s-'"]/g,_0x5edbd0=!_0x38b95d[_0x2c59e1(0x1ed)](_0x33643e);if(_0x5edbd0)return{'isValid':_0x5edbd0,'reason':''};{const _0x5d0c75=_0x33643e[_0x2c59e1(0x294)](_0x38b95d),_0x32a520=[...new Set(_0x5d0c75)],_0x47afb2=_0x32a520?.['map'](_0x5b3d95=>'\x20'===_0x5b3d95?_0x2c59e1(0x27c):_0x5b3d95);return{'isValid':_0x5edbd0,'reason':_0x33643e+'\x20cannot\x20contain\x20the\x20following\x20characters:\x20'+_0x47afb2[_0x2c59e1(0x2e9)]('\x20,\x20')};}},_0x14b34a[_0x4bb99b(0x2da)]=_0x4834f1=>{const _0x4fadb5=_0x4bb99b;const _0x583b28=_0x4834f1?Math[_0x4fadb5(0x27a)](Buffer[_0x4fadb5(0x268)](JSON[_0x4fadb5(0x2f7)](_0x4834f1),'utf8')/0x400):0x0;return{'isValid':_0x583b28<0x177,'errors':['Received\x20Mesh\x20is\x20'+_0x583b28+_0x4fadb5(0x200)]};},_0x14b34a['validateCreateSourceConfigSchema']=(_0x3bf77e,_0x4c5b50)=>{const _0x2be1f7=_0x4bb99b;const _0x43cd8d=(0x0,_0x14b34a[_0x2be1f7(0x224)])(),_0x30ca9d=[],_0x14a1b2=_0x43cd8d[_0x2be1f7(0x2c5)](_0x219b3c,_0x3bf77e);!_0x14a1b2&&_0x43cd8d[_0x2be1f7(0x241)]?.[_0x2be1f7(0x1f1)]&&_0x30ca9d['push'](..._0x43cd8d[_0x2be1f7(0x241)]);let _0x45bdd0=!0x0;return _0x4c5b50&&(_0x45bdd0=_0x43cd8d[_0x2be1f7(0x2c5)](_0x4f2085,_0x4c5b50),!_0x45bdd0&&_0x43cd8d['errors']?.['length']&&_0x30ca9d[_0x2be1f7(0x2b2)](..._0x43cd8d[_0x2be1f7(0x241)])),_0x14a1b2&&_0x45bdd0?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0x30ca9d};},_0x14b34a['validateCreateMeshConfigSchema']=(_0x257b47,_0x2df356)=>{const _0x4955cb=_0x4bb99b;const _0x575ebe=(0x0,_0x14b34a[_0x4955cb(0x224)])(),_0xa52bd1=[];let _0x560711=!0x0;_0x2df356&&(_0x560711=_0x575ebe[_0x4955cb(0x2c5)](_0x569bbe,_0x2df356),_0x575ebe[_0x4955cb(0x241)]&&_0xa52bd1[_0x4955cb(0x2b2)](..._0x575ebe[_0x4955cb(0x241)]));const _0x26ac19=_0x575ebe[_0x4955cb(0x2c5)](_0x55a98d,_0x257b47);return _0x575ebe[_0x4955cb(0x241)]&&_0xa52bd1['push'](..._0x575ebe[_0x4955cb(0x241)]),_0x26ac19&&_0x560711?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0xa52bd1};},_0x14b34a[_0x4bb99b(0x229)]=(_0x15419f,_0x31d1df)=>{const _0xa2801f=_0x4bb99b;const _0x34efe4=(0x0,_0x14b34a[_0xa2801f(0x224)])(),_0x49e553=[];let _0x4fceab=!0x0;_0x31d1df&&(_0x4fceab=_0x34efe4[_0xa2801f(0x2c5)](_0x4f2085,_0x31d1df),_0x34efe4[_0xa2801f(0x241)]&&_0x49e553['push'](..._0x34efe4['errors']));const _0x206834=_0x34efe4['validate'](_0x4250b0,_0x15419f);return _0x34efe4[_0xa2801f(0x241)]&&_0x49e553[_0xa2801f(0x2b2)](..._0x34efe4['errors']),_0x206834&&_0x4fceab?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0x49e553};},_0x14b34a[_0x4bb99b(0x275)]=async _0x4741e9=>{const _0x233988=_0x4bb99b;const _0x4e4a45=await(_0x516c3c=>{const _0x518675=a0_0x2a21;const _0x13299b=_0x516c3c[_0x518675(0x2b4)];if(0x0===_0x13299b[_0x518675(0x1f1)])return{'isValid':!0x1,'reasons':[_0x518675(0x299)]};const _0x488c7b=[],_0x4ad402=new Set();return _0x13299b['forEach'](_0x2fad32=>{const _0x1e55f8=_0x518675;const {isValid:_0x47367d,reason:_0x84dabe}=(0x0,_0x14b34a[_0x1e55f8(0x1da)])(_0x2fad32[_0x1e55f8(0x243)]);_0x47367d||_0x488c7b[_0x1e55f8(0x2b2)](_0x84dabe),_0x4ad402['size']==_0x4ad402['add'](_0x2fad32[_0x1e55f8(0x243)])[_0x1e55f8(0x247)]&&_0x488c7b[_0x1e55f8(0x2b2)](_0x2fad32[_0x1e55f8(0x243)]+_0x1e55f8(0x2d8));}),_0x4ad402[_0x518675(0x247)]!=_0x13299b[_0x518675(0x1f1)]&&_0x488c7b['push'](_0x518675(0x2b1)),{'isValid':0x0===_0x488c7b[_0x518675(0x1f1)],'reasons':_0x488c7b};})(_0x4741e9),_0x39586f=await(_0x1fe363=>{const _0x9e5c72=a0_0x2a21;const _0xa68d1e=_0x1fe363[_0x9e5c72(0x2d3)],_0x4afcff=/^Access-Control/i,_0x507332=/^Cache-Control/i,_0x32831e=[],_0x534de8=_0xa68d1e?.[_0x9e5c72(0x202)];for(const _0x51c962 in _0x534de8)_0x51c962[_0x9e5c72(0x294)](_0x4afcff)&&_0x32831e['push'](_0x51c962+_0x9e5c72(0x25a)),_0x51c962[_0x9e5c72(0x294)](_0x507332)&&''===Object[_0x9e5c72(0x2cb)](Object[_0x9e5c72(0x23d)](_0x534de8)['map'](([_0x14e2ca,_0x1cd697])=>[_0x14e2ca[_0x9e5c72(0x28a)](),_0x1cd697]))[_0x9e5c72(0x2ba)]&&_0x32831e[_0x9e5c72(0x2b2)]('Cache-Control\x20headers\x20cannot\x20be\x20set\x20as\x20an\x20empty\x20string\x20value');return{'isValid':0x0===_0x32831e[_0x9e5c72(0x1f1)],'reasons':_0x32831e};})(_0x4741e9),_0x2138c0=await(_0x4a4f33=>{const _0x54d0fb=a0_0x2a21;const _0x5ebb91=[],_0x45df29=_0x4a4f33[_0x54d0fb(0x2c9)]?.[_0x54d0fb(0x290)]?.[_0x54d0fb(0x23a)],_0x1c991c=_0x45df29?.[_0x54d0fb(0x207)];return _0x45df29&&_0x1c991c<=0x0&&_0x5ebb91['push']('Please\x20set\x20positive\x20value\x20greater\x20than\x20zero\x20for\x20ttl'),{'isValid':0x0===_0x5ebb91[_0x54d0fb(0x1f1)],'reasons':_0x5ebb91};})(_0x4741e9),_0x21055e=await(_0x2c6371=>{const _0x5bca1f=a0_0x2a21;const _0x343e2b=[];if(_0x5bca1f(0x261)in _0x2c6371){const _0x4d4895=_0x2c6371[_0x5bca1f(0x261)]?.[_0x5bca1f(0x2be)],_0x2a5dc5=_0x2c6371[_0x5bca1f(0x261)]?.[_0x5bca1f(0x20e)];if(void 0x0===_0x4d4895&&void 0x0===_0x2a5dc5)return{'isValid':!0x1,'reasons':[_0x5bca1f(0x23e)]};if(_0x4d4895&&(!Number['isInteger'](_0x4d4895)||_0x4d4895<0x0||_0x4d4895>Number(_0x1235d0))&&_0x343e2b[_0x5bca1f(0x2b2)](_0x5bca1f(0x2f9)+_0x1235d0+_0x5bca1f(0x2f4)),_0x2a5dc5&&0x0===_0x2a5dc5['length'])return{'isValid':!0x1,'reasons':['No\x20coordinates\x20provided\x20in\x20responseCache.ttlPerSchemaCoordinate.\x20Provide\x20at\x20least\x20one\x20coordinate\x20with\x20TTL.']};const _0x55cb96=new Set(),_0x13c093=new Set();_0x2a5dc5?.[_0x5bca1f(0x26d)](_0x4e2d8b=>{const _0x272da9=_0x5bca1f;(!Number['isInteger'](_0x4e2d8b[_0x272da9(0x207)])||_0x4e2d8b['ttl']<0x0||_0x4e2d8b[_0x272da9(0x207)]>Number(_0x34988d))&&_0x343e2b[_0x272da9(0x2b2)](_0x272da9(0x1f0)+_0x4e2d8b[_0x272da9(0x1cb)]+_0x272da9(0x22d)+_0x34988d+_0x272da9(0x2f4)),_0x55cb96['has'](_0x4e2d8b[_0x272da9(0x1cb)])?_0x13c093[_0x272da9(0x2a7)](_0x4e2d8b[_0x272da9(0x1cb)]):_0x55cb96['add'](_0x4e2d8b[_0x272da9(0x1cb)]);}),_0x13c093[_0x5bca1f(0x247)]>0x0&&_0x343e2b[_0x5bca1f(0x2b2)](_0x5bca1f(0x280)+Array[_0x5bca1f(0x1c0)](_0x13c093)[_0x5bca1f(0x2e9)](',\x20')+_0x5bca1f(0x1c6));}const _0x4ae010=[...new Set(_0x343e2b)];return{'isValid':0x0===_0x4ae010[_0x5bca1f(0x1f1)],'reasons':_0x4ae010};})(_0x4741e9),_0x90188f=await(_0x3aeedd=>{const _0x69ca2b=a0_0x2a21;const _0xf25b8b=[];if(_0x3aeedd['sources'][_0x69ca2b(0x26d)](_0x29ee5a=>{const _0x1c9638=_0x69ca2b;const {handler:_0x3ca95a}=_0x29ee5a;Object[_0x1c9638(0x270)](_0x3ca95a)[_0x1c9638(0x26d)](({operationHeaders:_0x5c9d3a,schemaHeaders:_0x52664a})=>{const _0x3da062=_0x1c9638;_0x5c9d3a&&_0xf25b8b[_0x3da062(0x2b2)](...Object[_0x3da062(0x270)](_0x5c9d3a)),_0x52664a&&_0xf25b8b[_0x3da062(0x2b2)](...Object[_0x3da062(0x270)](_0x52664a));});}),_0xf25b8b[_0x69ca2b(0x1f1)]){const _0x4d495f=[];return _0xf25b8b['forEach'](_0x26edac=>{const _0xc24d02=_0x69ca2b;const _0x4273fd=_0x26edac['substring'](_0x26edac[_0xc24d02(0x1c9)]('{')+0x1,_0x26edac[_0xc24d02(0x1e1)]('}'));_0x4273fd&&_0x4273fd['includes']('env.')&&_0x4d495f['push'](_0xc24d02(0x1c1)+_0x26edac+'\x20is\x20not\x20supported.\x20Headers\x20cannot\x20reference\x20env\x20variables');}),{'isValid':0x0===_0x4d495f[_0x69ca2b(0x1f1)],'reasons':_0x4d495f};}return{'isValid':!0x0,'reasons':[]};})(_0x4741e9),_0x354f8a=await(_0x5c050d=>{const _0x34aa69=a0_0x2a21;const _0x1b3a9e=/^(https:\/\/)([\w-?%$-.+!*'(),&=]+\.)+[\w-]+[.a-zA-Z]+(\/[\/a-zA-Z0-9-?_%$-.+!*'(),&=:]*)?$/,_0x2b0d86=/^.*\.(json|yaml)$/i;let _0x390e30=!0x0,_0x351b11='',_0x3077d8='';const _0x1a7c85=[];return _0x34aa69(0x2dc)===_0x34aa69(0x1c2)?.[_0x34aa69(0x28a)]()?(_0x5c050d[_0x34aa69(0x2b4)]['forEach'](_0x3092a6=>{const _0xe61c69=_0x34aa69;if(_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f5)])_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f5)][_0xe61c69(0x2c3)]&&(_0x390e30=_0x1b3a9e[_0xe61c69(0x1ed)](_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f5)][_0xe61c69(0x2c3)]),_0x351b11=_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f5)][_0xe61c69(0x2c3)]);else if(_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f6)])_0x3092a6['handler'][_0xe61c69(0x1f6)][_0xe61c69(0x2c8)]?(_0x390e30=_0x1b3a9e[_0xe61c69(0x1ed)](_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f6)]['source']),_0x351b11=_0x3092a6[_0xe61c69(0x232)]['openapi'][_0xe61c69(0x2c8)],_0x390e30||(_0x390e30=_0x2b0d86[_0xe61c69(0x1ed)](_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f6)]['source']),_0x390e30?_0x3092a6[_0xe61c69(0x232)]['openapi'][_0xe61c69(0x2c3)]&&(_0x390e30=_0x1b3a9e['test'](_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x1f6)]['baseUrl'])):_0x3077d8='Please\x20provide\x20a\x20valid\x20file\x20type\x20(json|yaml)\x20or\x20a\x20fully\x20qualified\x20domain.')):(_0x390e30=!0x1,_0x351b11='',_0x3077d8=_0xe61c69(0x1de));else if(_0x3092a6['handler']['graphql']&&(_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x272)],0x1)){const _0x380056=_0x3092a6[_0xe61c69(0x232)][_0xe61c69(0x272)][_0xe61c69(0x2cf)];_0x390e30=_0x1b3a9e['test'](_0x380056),_0x351b11=_0x380056;}_0x390e30||(''!==_0x3077d8?_0x1a7c85[_0xe61c69(0x2b2)](_0x3077d8):_0x1a7c85['push'](_0x351b11+_0xe61c69(0x2ab))),_0x3077d8='',_0x390e30=!0x0;}),_0x1a7c85[_0x34aa69(0x1f1)]>0x0&&(_0x390e30=!0x1),{'isValid':_0x390e30,'reasons':_0x1a7c85}):{'isValid':_0x390e30,'reasons':[]};})(_0x4741e9),_0x38466d=await(async _0x5095dd=>{const _0x4aeaa3=a0_0x2a21;if(_0x5095dd[_0x4aeaa3(0x20f)]?.[_0x4aeaa3(0x1f1)]){const _0x19b461=_0x5095dd['files'][_0x4aeaa3(0x25f)](_0xc3c418=>_0xc3c418[_0x4aeaa3(0x1f2)])['filter'](_0x4d78f0=>{const _0x4450f3=_0x4aeaa3;const _0x4c7580=_0x34c2aa[_0x4450f3(0x2a1)][_0x4450f3(0x217)](_0x4d78f0);return![_0x4450f3(0x254),'.json'][_0x4450f3(0x23f)](_0x4c7580);});if(_0x19b461['length'])return{'isValid':!0x1,'reasons':[_0x4aeaa3(0x273)+_0x19b461['join'](_0x4aeaa3(0x26c))+')']};const _0x325313=_0x5095dd[_0x4aeaa3(0x20f)]['map'](_0x55e1df=>_0x55e1df[_0x4aeaa3(0x1f2)])['filter'](_0x28f015=>_0x34c2aa['default'][_0x4aeaa3(0x260)](_0x28f015)[_0x4aeaa3(0x1f1)]>0x19);if(_0x325313[_0x4aeaa3(0x1f1)])return{'isValid':!0x1,'reasons':[_0x4aeaa3(0x258)+_0x325313[_0x4aeaa3(0x2e9)](_0x4aeaa3(0x26c))]};const _0x1c4734=_0x5095dd[_0x4aeaa3(0x20f)][_0x4aeaa3(0x27d)](_0x2fc130=>_0x4aeaa3(0x254)===_0x34c2aa[_0x4aeaa3(0x2a1)][_0x4aeaa3(0x217)](_0x2fc130[_0x4aeaa3(0x1f2)])),_0x11bf6b=await _0x1c4734[_0x4aeaa3(0x25f)](async _0x925d5b=>{const _0x4b1aa5=_0x4aeaa3;const {path:_0x4c32eb,content:_0xeffd12}=_0x925d5b;try{const _0x3828dc=await _0x1b961c[_0x4b1aa5(0x233)](_0xeffd12);if(_0x3828dc){const _0x59934c=_0x3828dc['map'](({messages:_0x5c874e})=>{const _0x5bab03=_0x4b1aa5;if(_0x5c874e['length'])return _0x5c874e[_0x5bab03(0x25f)](({message:_0x2cb4fb})=>_0x2cb4fb)[_0x5bab03(0x2e9)](_0x5bab03(0x26c));})[_0x4b1aa5(0x27d)](_0x2b81a7=>_0x2b81a7);if(_0x59934c[_0x4b1aa5(0x1f1)])return _0x4b1aa5(0x2ca)+_0x4c32eb+':\x20'+_0x59934c[_0x4b1aa5(0x2e9)](_0x4b1aa5(0x26c));}}catch(_0x15d307){console['error'](_0x15d307);}}),_0x40bef3=(await Promise[_0x4aeaa3(0x210)](_0x11bf6b))[_0x4aeaa3(0x27d)](_0x3bc49d=>_0x3bc49d);if(_0x40bef3[_0x4aeaa3(0x1f1)])return{'isValid':!0x1,'reasons':_0x40bef3};}return{'isValid':!0x0,'reasons':[]};})(_0x4741e9),_0x387f49=_0x4e4a45[_0x233988(0x1d6)]&&_0x39586f[_0x233988(0x1d6)]&&_0x2138c0[_0x233988(0x1d6)]&&_0x21055e[_0x233988(0x1d6)]&&_0x90188f[_0x233988(0x1d6)]&&_0x354f8a[_0x233988(0x1d6)]&&_0x38466d['isValid'];return{'isValid':_0x387f49,'reasons':_0x387f49?[]:[..._0x4e4a45[_0x233988(0x1e7)],..._0x39586f[_0x233988(0x1e7)],..._0x2138c0[_0x233988(0x1e7)],..._0x21055e[_0x233988(0x1e7)],..._0x90188f['reasons'],..._0x354f8a[_0x233988(0x1e7)],..._0x38466d[_0x233988(0x1e7)]]};};},0x3a4:function(_0x4901c5,_0x38f0a3,_0x3df363){const _0x8ffe26=a0_0x2a21;var _0x1bd888=this&&this[_0x8ffe26(0x2c7)]||function(_0x400ef9){return _0x400ef9&&_0x400ef9['__esModule']?_0x400ef9:{'default':_0x400ef9};};Object['defineProperty'](_0x38f0a3,_0x8ffe26(0x265),{'value':!0x0}),_0x38f0a3['getSourceResponseHeaders']=void 0x0;const _0x318b79=_0x1bd888(_0x3df363(0x11)),_0x2d7fab=_0x1bd888(_0x3df363(0x1d6)),_0x1f9c3b=_0x3df363(0x18a),_0x3aa1a1=_0x3df363(0x2d4);_0x38f0a3[_0x8ffe26(0x1d7)]=(_0x3ffcb7,_0x3655eb,_0x2d41b9,_0x12bc0f,_0x5137f9)=>{const _0x938be6=_0x8ffe26;const _0x4f9982={},_0x50a651=new Map(),_0x3bd209=_0x318b79[_0x938be6(0x2a1)][_0x938be6(0x21e)](_0x3655eb,'meshes',_0x938be6(0x2e8),''+_0x3ffcb7,_0x938be6(0x28c));if(_0x2d7fab[_0x938be6(0x2a1)][_0x938be6(0x25c)](_0x3bd209)){const _0x62d8af=_0x2d7fab[_0x938be6(0x2a1)][_0x938be6(0x23c)](_0x3bd209)[_0x938be6(0x2e5)](),_0x280744=JSON['parse'](_0x62d8af);if(!_0x280744)throw _0x1f9c3b[_0x938be6(0x2d5)][_0x938be6(0x26f)](_0x938be6(0x227)+_0x3ffcb7+'\x20found\x20for\x20requestId:\x20'+_0x5137f9),new _0x3aa1a1[(_0x938be6(0x29f))]('No\x20meshid\x20'+_0x3ffcb7+_0x938be6(0x2a5),_0x938be6(0x1d7),_0x5137f9);_0x280744[_0x938be6(0x2b4)][_0x938be6(0x26d)](_0xb7016b=>{const _0xc1263=_0x938be6;_0xb7016b[_0xc1263(0x2d3)]&&_0xb7016b[_0xc1263(0x2d3)][_0xc1263(0x202)]&&_0x50a651[_0xc1263(0x297)](_0xb7016b[_0xc1263(0x243)],_0xb7016b['responseConfig'][_0xc1263(0x202)]);}),_0x2d41b9?.[_0x938be6(0x26d)](_0x22c72e=>{const _0xb4b5ea=_0x938be6;const _0x7465a9=_0x50a651['get'](_0x22c72e[_0xb4b5ea(0x2c8)]),_0x2b6052=_0x7465a9?.[_0xb4b5ea(0x25f)](_0x10817f=>_0x10817f['toLowerCase']());_0x2b6052&&_0x2b6052[_0xb4b5ea(0x23f)](_0x22c72e[_0xb4b5ea(0x243)])&&(_0x4f9982[_0x22c72e[_0xb4b5ea(0x243)]]=_0x22c72e['values']),_0x12bc0f&&(_0x4f9982[_0x22c72e[_0xb4b5ea(0x243)]]=_0x22c72e[_0xb4b5ea(0x270)]);});}return delete _0x4f9982[_0x938be6(0x20d)],_0x4f9982||{};},_0x38f0a3[_0x8ffe26(0x2a1)]=_0x38f0a3['getSourceResponseHeaders'];},0x359:(_0x60a39c,_0x3c036d,_0x3a1b3c)=>{const _0x31f92c=a0_0x2a21;Object[_0x31f92c(0x1c8)](_0x3c036d,_0x31f92c(0x265),{'value':!0x0}),_0x3c036d['processMeshResponseHeaders']=void 0x0;const _0x567106=_0x3a1b3c(0x22b);_0x3c036d[_0x31f92c(0x1f4)]=(_0x22e311,_0x1837c2,_0x495a02,_0x21b967)=>{const _0x7a168c=_0x31f92c;if('post'===_0x495a02[_0x7a168c(0x28a)]()&&!_0x567106[_0x7a168c(0x252)]){const _0x4c1307=Object[_0x7a168c(0x2cb)](Object[_0x7a168c(0x23d)](_0x1837c2)[_0x7a168c(0x25f)](([_0x187a5e,_0x477648])=>[_0x187a5e[_0x7a168c(0x28a)](),_0x477648]));if(delete _0x4c1307['cache-control'],_0x22e311&&_0x22e311[_0x7a168c(0x202)]){const _0x52be5e=Object[_0x7a168c(0x2cb)](Object[_0x7a168c(0x23d)](_0x22e311[_0x7a168c(0x202)])[_0x7a168c(0x25f)](([_0x4b3b13,_0x34d942])=>[_0x4b3b13[_0x7a168c(0x28a)](),_0x34d942[_0x7a168c(0x28a)]()]));return delete _0x52be5e['cache-control'],{..._0x52be5e}||{};}return{..._0x4c1307}||{};}if(_0x22e311&&_0x22e311[_0x7a168c(0x202)])return{...Object[_0x7a168c(0x2cb)](Object[_0x7a168c(0x23d)](_0x22e311[_0x7a168c(0x202)])['map'](([_0xe9f39c,_0x11f7e7])=>[_0xe9f39c['toLowerCase'](),_0x11f7e7['toLowerCase']()])),..._0x1837c2}||{};if(_0x21b967){const _0x1936c4=(0x0,_0x567106[_0x7a168c(0x213)])(_0x21b967);return{..._0x1837c2,..._0x1936c4}||{};}return{..._0x1837c2}||{};},_0x3c036d[_0x31f92c(0x2a1)]=_0x3c036d[_0x31f92c(0x1f4)];},0x2c6:function(_0x3e076d,_0x100d79,_0x19130){const _0x3194b6=a0_0x2a21;var _0x5d8821=this&&this[_0x3194b6(0x2e1)]||(Object[_0x3194b6(0x209)]?function(_0x26d5a7,_0x35616b,_0x13ae4e,_0x2ed320){const _0x1e0cbe=_0x3194b6;void 0x0===_0x2ed320&&(_0x2ed320=_0x13ae4e);var _0x42b1ef=Object[_0x1e0cbe(0x29e)](_0x35616b,_0x13ae4e);_0x42b1ef&&!(_0x1e0cbe(0x1d5)in _0x42b1ef?!_0x35616b[_0x1e0cbe(0x265)]:_0x42b1ef[_0x1e0cbe(0x1ec)]||_0x42b1ef['configurable'])||(_0x42b1ef={'enumerable':!0x0,'get':function(){return _0x35616b[_0x13ae4e];}}),Object[_0x1e0cbe(0x1c8)](_0x26d5a7,_0x2ed320,_0x42b1ef);}:function(_0x149c77,_0x44bb06,_0x41d725,_0x5eadaf){void 0x0===_0x5eadaf&&(_0x5eadaf=_0x41d725),_0x149c77[_0x5eadaf]=_0x44bb06[_0x41d725];}),_0x352bc4=this&&this[_0x3194b6(0x253)]||function(_0x1f804b,_0x3f797d){const _0x18e49f=_0x3194b6;for(var _0x2d9873 in _0x1f804b)_0x18e49f(0x2a1)===_0x2d9873||Object[_0x18e49f(0x1d9)][_0x18e49f(0x1ca)][_0x18e49f(0x284)](_0x3f797d,_0x2d9873)||_0x5d8821(_0x3f797d,_0x1f804b,_0x2d9873);};Object[_0x3194b6(0x1c8)](_0x100d79,'__esModule',{'value':!0x0}),_0x352bc4(_0x19130(0x1a3),_0x100d79);},0x1a3:(_0x48e98d,_0x3b1ff6)=>{const _0x213d8a=a0_0x2a21;var _0x2a333a;Object[_0x213d8a(0x1c8)](_0x3b1ff6,_0x213d8a(0x265),{'value':!0x0}),_0x3b1ff6['MeshStatus']=void 0x0,(_0x2a333a=_0x3b1ff6['MeshStatus']||(_0x3b1ff6[_0x213d8a(0x238)]={}))['success']=_0x213d8a(0x220),_0x2a333a[_0x213d8a(0x248)]=_0x213d8a(0x248),_0x2a333a[_0x213d8a(0x26f)]=_0x213d8a(0x26f),_0x2a333a[_0x213d8a(0x203)]='pending',_0x2a333a[_0x213d8a(0x28b)]=_0x213d8a(0x28b);},0x295:function(_0x3c5a96,_0x4f1e54,_0x487a2d){const _0x32b3ce=a0_0x2a21;var _0x27ae63=this&&this['__createBinding']||(Object['create']?function(_0x553fc1,_0x29917e,_0x2106de,_0x485cd8){const _0x3fe6cd=a0_0x2a21;void 0x0===_0x485cd8&&(_0x485cd8=_0x2106de);var _0x4978cf=Object['getOwnPropertyDescriptor'](_0x29917e,_0x2106de);_0x4978cf&&!('get'in _0x4978cf?!_0x29917e[_0x3fe6cd(0x265)]:_0x4978cf['writable']||_0x4978cf[_0x3fe6cd(0x1df)])||(_0x4978cf={'enumerable':!0x0,'get':function(){return _0x29917e[_0x2106de];}}),Object[_0x3fe6cd(0x1c8)](_0x553fc1,_0x485cd8,_0x4978cf);}:function(_0x39c245,_0x5b4d07,_0x285339,_0x3eae24){void 0x0===_0x3eae24&&(_0x3eae24=_0x285339),_0x39c245[_0x3eae24]=_0x5b4d07[_0x285339];}),_0x297639=this&&this[_0x32b3ce(0x253)]||function(_0x3291d2,_0x309f6a){const _0x2c5535=_0x32b3ce;for(var _0x33afa3 in _0x3291d2)_0x2c5535(0x2a1)===_0x33afa3||Object['prototype'][_0x2c5535(0x1ca)]['call'](_0x309f6a,_0x33afa3)||_0x27ae63(_0x309f6a,_0x3291d2,_0x33afa3);};Object[_0x32b3ce(0x1c8)](_0x4f1e54,_0x32b3ce(0x265),{'value':!0x0}),_0x297639(_0x487a2d(0x1a3),_0x4f1e54);},0xef:(_0x4d21da,_0x13d274)=>{const _0x55001a=a0_0x2a21;Object[_0x55001a(0x1c8)](_0x13d274,_0x55001a(0x265),{'value':!0x0}),_0x13d274[_0x55001a(0x206)]=_0x13d274[_0x55001a(0x252)]=void 0x0,_0x13d274[_0x55001a(0x252)]=process[_0x55001a(0x2aa)][_0x55001a(0x257)]&&'TI'===process['env'][_0x55001a(0x257)],_0x13d274[_0x55001a(0x206)]=function(_0x35e583){const _0x3c6c98=_0x55001a;return _0x35e583[_0x3c6c98(0x2b4)]['forEach'](_0x221ab0=>{const _0xec7142=_0x3c6c98;const {handler:_0x11d1e2}=_0x221ab0;Object[_0xec7142(0x270)](_0x11d1e2)['forEach'](({operationHeaders:_0x5645e8,schemaHeaders:_0x37fd6d})=>{const _0x39cd5a=_0xec7142;(_0x5645e8||_0x37fd6d)&&(_0x221ab0[_0x39cd5a(0x232)]=JSON[_0x39cd5a(0x2b6)](JSON[_0x39cd5a(0x2f7)](_0x221ab0['handler'])[_0x39cd5a(0x23b)](/(context\.headers[^}]*)/g,(_0x51b1b5,_0x4eb338)=>_0x4eb338[_0x39cd5a(0x28a)]())));});}),_0x35e583;};},0x18a:function(_0x38fa39,_0x322c91,_0x237081){const _0x227108=a0_0x2a21;var _0x58dbbd=this&&this['__importDefault']||function(_0x50a8a6){const _0xd1c5d=a0_0x2a21;return _0x50a8a6&&_0x50a8a6[_0xd1c5d(0x265)]?_0x50a8a6:{'default':_0x50a8a6};};Object[_0x227108(0x1c8)](_0x322c91,'__esModule',{'value':!0x0}),_0x322c91[_0x227108(0x2d5)]=void 0x0;const _0x4b86ea=_0x58dbbd(_0x237081(0x221));_0x322c91[_0x227108(0x2d5)]=(0x0,_0x4b86ea['default'])({'level':process['env'][_0x227108(0x231)]||'info'});},0x378:_0x20f87a=>{const _0x588b4a=a0_0x2a21;_0x20f87a['exports']=require(_0x588b4a(0x271));},0x7f:_0x15cb06=>{const _0x29f526=a0_0x2a21;_0x15cb06[_0x29f526(0x29a)]=require(_0x29f526(0x256));},0x1d6:_0x1e7b5c=>{const _0x1408b2=a0_0x2a21;_0x1e7b5c[_0x1408b2(0x29a)]=require('fs-extra');},0x221:_0x4016b7=>{const _0x562504=a0_0x2a21;_0x4016b7['exports']=require(_0x562504(0x2a0));},0x71:_0x16067c=>{const _0x3114f6=a0_0x2a21;_0x16067c[_0x3114f6(0x29a)]=require(_0x3114f6(0x1f3));},0x93:_0x55ce20=>{const _0xbd6070=a0_0x2a21;_0x55ce20[_0xbd6070(0x29a)]=require('fs');},0x11:_0x52b02e=>{const _0x1cc34c=a0_0x2a21;_0x52b02e[_0x1cc34c(0x29a)]=require(_0x1cc34c(0x1f2));},0x189:_0x47b7d3=>{const _0x28925e=a0_0x2a21;_0x47b7d3[_0x28925e(0x29a)]=JSON[_0x28925e(0x2b6)](_0x28925e(0x242));},0x3ad:_0x2acee5=>{const _0x352e0d=a0_0x2a21;_0x2acee5[_0x352e0d(0x29a)]=JSON[_0x352e0d(0x2b6)](_0x352e0d(0x249));},0x380:_0x35c634=>{const _0x5d2fe0=a0_0x2a21;_0x35c634[_0x5d2fe0(0x29a)]=JSON[_0x5d2fe0(0x2b6)]('{\x22$id\x22:\x22createTenant-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createTenant-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22createTenant-mgql#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResponseConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/HooksPlugin\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}');},0x3a3:_0x22ee0e=>{const _0x542a91=a0_0x2a21;_0x22ee0e[_0x542a91(0x29a)]=JSON['parse'](_0x542a91(0x2f8));},0x2af:_0x1da6be=>{const _0x485335=a0_0x2a21;_0x1da6be[_0x485335(0x29a)]=JSON[_0x485335(0x2b6)](_0x485335(0x215));},0x151:_0x47759c=>{const _0xa43286=a0_0x2a21;_0x47759c[_0xa43286(0x29a)]=JSON[_0xa43286(0x2b6)]('{\x22$id\x22:\x22updateTenant-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22CacheConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22updateTenant-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FetchConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedDomains\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22updateTenant-ti#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseCache\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22globalTtl\x22:{\x22type\x22:\x22number\x22},\x22includeExtensionMetadata\x22:{\x22type\x22:\x22boolean\x22},\x22ttlPerSchemaCoordinate\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22coordinate\x22:{\x22type\x22:\x22string\x22},\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22required\x22:[\x22coordinate\x22,\x22ttl\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResponseConfig\x22},\x22runtimeConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RuntimeConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/HooksPlugin\x22},\x22onFetch\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22type\x22:\x22string\x22},\x22source\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22handler\x22,\x22source\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22RunTimeContextConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22cacheConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CacheConfig\x22},\x22fetchConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FetchConfig\x22}},\x22type\x22:\x22object\x22},\x22RuntimeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22contextConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RunTimeContextConfig\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}');}},_0x470edf={};function _0x2886fc(_0x5e3e22){const _0xc65501=a0_0x2a21;var _0x4b0b8d=_0x470edf[_0x5e3e22];if(void 0x0!==_0x4b0b8d)return _0x4b0b8d['exports'];var _0x402fb6=_0x470edf[_0x5e3e22]={'exports':{}};return _0x5df215[_0x5e3e22]['call'](_0x402fb6[_0xc65501(0x29a)],_0x402fb6,_0x402fb6[_0xc65501(0x29a)],_0x2886fc),_0x402fb6[_0xc65501(0x29a)];}_0x2886fc['n']=_0x56772a=>{const _0x2acec4=a0_0x2a21;var _0x31ff54=_0x56772a&&_0x56772a['__esModule']?()=>_0x56772a[_0x2acec4(0x2a1)]:()=>_0x56772a;return _0x2886fc['d'](_0x31ff54,{'a':_0x31ff54}),_0x31ff54;},_0x2886fc['d']=(_0x4b87f0,_0x56d0b3)=>{for(var _0x14ab44 in _0x56d0b3)_0x2886fc['o'](_0x56d0b3,_0x14ab44)&&!_0x2886fc['o'](_0x4b87f0,_0x14ab44)&&Object['defineProperty'](_0x4b87f0,_0x14ab44,{'enumerable':!0x0,'get':_0x56d0b3[_0x14ab44]});},_0x2886fc['o']=(_0x1d85a7,_0x4fde6a)=>Object[_0x26d4e1(0x1d9)][_0x26d4e1(0x1ca)]['call'](_0x1d85a7,_0x4fde6a),_0x2886fc['r']=_0x2f5045=>{const _0x357f46=_0x26d4e1;_0x357f46(0x2e4)!=typeof Symbol&&Symbol[_0x357f46(0x25b)]&&Object[_0x357f46(0x1c8)](_0x2f5045,Symbol[_0x357f46(0x25b)],{'value':_0x357f46(0x277)}),Object[_0x357f46(0x1c8)](_0x2f5045,'__esModule',{'value':!0x0});};var _0x1bcbd9={};((()=>{const _0x3b30b9=_0x26d4e1;_0x2886fc['r'](_0x1bcbd9),_0x2886fc['d'](_0x1bcbd9,{'default':()=>_0xbcbe9e});const _0x2433bc=require(_0x3b30b9(0x226));var _0x2dc2a6=_0x2886fc(0x22b);const _0x362ddb=require('child_process');var _0x4e9c24=_0x2886fc(0x1d6),_0xc09d48=_0x2886fc['n'](_0x4e9c24);const _0x2e60de=require('typescript');var _0x516bb0=_0x2886fc['n'](_0x2e60de);const _0x315129=require(_0x3b30b9(0x244));var _0x3ebd89=_0x2886fc(0x11),_0x4d1d31=_0x2886fc['n'](_0x3ebd89);class _0x1db761 extends Error{[_0x3b30b9(0x243)];['stack'];[_0x3b30b9(0x201)];[_0x3b30b9(0x1d2)];constructor(_0xe6606c,_0x2171f5,_0x1879cd,_0x19ef92){const _0xef3278=_0x3b30b9;super(_0xe6606c),this[_0xef3278(0x243)]=_0x2171f5,this['requestId']=_0x2433bc[_0xef3278(0x2ae)]['get'](_0xef3278(0x1d2)),this[_0xef3278(0x2e3)]=_0x1879cd,this[_0xef3278(0x201)]=_0x19ef92;}}function _0x4cd890(_0x284e61){const _0x2051ef=_0x3b30b9;let _0xfe8be2=_0x284e61;for(;!_0xc09d48()[_0x2051ef(0x1fb)](_0x4d1d31()['join'](_0xfe8be2,_0x2051ef(0x2d0)));)_0xfe8be2=_0x4d1d31()[_0x2051ef(0x2e9)](_0xfe8be2,'..');return console[_0x2051ef(0x28d)](_0x2051ef(0x24b),_0xfe8be2),_0xfe8be2;}var _0x508e18=_0x2886fc(0x221);const _0x15389d=_0x2886fc['n'](_0x508e18)()({'level':process[_0x3b30b9(0x2aa)][_0x3b30b9(0x231)]||_0x3b30b9(0x269),'mixin':()=>({'requestId':_0x2433bc[_0x3b30b9(0x2ae)][_0x3b30b9(0x1d5)](_0x3b30b9(0x1d2)),'container':process[_0x3b30b9(0x2aa)][_0x3b30b9(0x257)]})}),_0xbcbe9e={'buildMesh':async function(_0x499021,_0x3d4e9d){const _0x3b955b=_0x3b30b9;const _0x18b3b6=_0x4cd890(process['cwd']());!function(_0x2c990f,_0x153ae6){const _0x5010c2=a0_0x2a21;_0xc09d48()[_0x5010c2(0x1fb)](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,'meshes'))||_0xc09d48()['mkdirSync'](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,_0x5010c2(0x21a))),_0xc09d48()[_0x5010c2(0x1fb)](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,_0x5010c2(0x2e8)))||_0xc09d48()['mkdirSync'](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,_0x5010c2(0x2e8))),_0xc09d48()['existsSync'](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,_0x5010c2(0x1d3)))||_0xc09d48()[_0x5010c2(0x212)](_0x4d1d31()[_0x5010c2(0x21e)](''+_0x153ae6,_0x5010c2(0x1d3))),_0xc09d48()['createFileSync'](_0x153ae6+'/'+_0x2c990f+'.txt');}(_0x499021,_0x18b3b6);const _0x514a3e=_0x362ddb[_0x3b955b(0x28f)];_0x15389d[_0x3b955b(0x269)](_0x3b955b(0x22b)+_0x499021);try{const _0x515ca2=()=>{const _0x89f720=_0x3b955b;const _0x534f52=_0xc09d48()['readFileSync'](_0x18b3b6+'/'+_0x499021+_0x89f720(0x29c),_0x89f720(0x2a9))[_0x89f720(0x236)]('schema-management-service','');_0xc09d48()[_0x89f720(0x25e)](_0x18b3b6+'/'+_0x499021+_0x89f720(0x29c),_0x534f52,_0x89f720(0x2a9));};await async function(_0x1ddac8,_0x566656){const _0x470ef7=_0x3b955b;try{(0x0,_0x2dc2a6[_0x470ef7(0x1dc)])(_0x1ddac8,_0x566656),(0x0,_0x2dc2a6[_0x470ef7(0x27f)])(_0x1ddac8,_0x566656);}catch(_0x5e9e3d){throw _0x15389d['error'](_0x5e9e3d,'Error\x20processing\x20mesh\x20config\x20in\x20meshBuilder.processConfig'),new _0x1db761(_0x470ef7(0x2f0)+_0x5e9e3d,_0x470ef7(0x1c3),_0x2433bc['requestContext']['get']('requestId'));}}(_0x499021,_0x3d4e9d),_0x3d4e9d[_0x3b955b(0x208)]=[..._0x3d4e9d['plugins']||[],{'httpDetailsExtensions':{}}],_0x15389d[_0x3b955b(0x269)](_0x3b955b(0x288)+_0x18b3b6+'/'+_0x499021+'\x20folder'),_0xc09d48()['existsSync'](_0x4d1d31()['resolve'](''+_0x18b3b6,''+_0x499021))||_0xc09d48()[_0x3b955b(0x212)](_0x4d1d31()[_0x3b955b(0x21e)](''+_0x18b3b6,''+_0x499021)),_0x3d4e9d[_0x3b955b(0x20f)]&&(_0xc09d48()[_0x3b955b(0x25e)](_0x4d1d31()[_0x3b955b(0x21e)](''+_0x18b3b6,_0x499021,'files.json'),JSON[_0x3b955b(0x2f7)](_0x3d4e9d)),delete _0x3d4e9d[_0x3b955b(0x20f)]),_0x15389d[_0x3b955b(0x269)]('Writing\x20.meshrc.json\x20file:\x20'+JSON['stringify'](_0x3d4e9d)),_0xc09d48()['writeFileSync'](_0x4d1d31()[_0x3b955b(0x21e)](''+_0x18b3b6,''+_0x499021,_0x3b955b(0x28c)),JSON['stringify'](_0x3d4e9d)),_0x15389d[_0x3b955b(0x269)]('chmod\x20775\x20on\x20.meshrc.json\x20file.....'),_0xc09d48()['chmodSync'](_0x4d1d31()[_0x3b955b(0x21e)](''+_0x18b3b6,''+_0x499021,_0x3b955b(0x28c)),0x1fd),_0x15389d[_0x3b955b(0x269)]('running\x20graphqlMesh().....');try{return new Promise((_0x5d7b1a,_0x5a7c1c)=>{const _0x29383a=_0x3b955b;const _0x4f19a2=_0xc09d48()[_0x29383a(0x1cd)](_0x499021+_0x29383a(0x29c),{'flags':'a'}),_0x4f36ee=_0x514a3e(_0x29383a(0x2a4),[_0x4d1d31()[_0x29383a(0x21e)](__dirname,_0x29383a(0x24c)),_0x4d1d31()[_0x29383a(0x21e)](_0x18b3b6,_0x499021)],{});_0x4f36ee[_0x29383a(0x1e4)][_0x29383a(0x1e2)](_0x4f19a2),_0x4f36ee[_0x29383a(0x1f9)][_0x29383a(0x1e2)](_0x4f19a2),_0x4f36ee['on']('close',function(_0x4cd77f){const _0x35eb78=_0x29383a;_0x15389d[_0x35eb78(0x269)]('Build\x20process\x20exited\x20with\x20code\x20'+_0x4cd77f),_0x515ca2(),0x0===_0x4cd77f?_0x5d7b1a(!0x0):_0x5a7c1c(!0x1);}),_0x4f36ee['on']('error',function(_0x46d996){const _0x82b163=_0x29383a;_0x15389d['error'](_0x82b163(0x286)+_0x46d996[_0x82b163(0x222)]),_0x15389d[_0x82b163(0x26f)](_0x46d996),_0x515ca2(),_0x5a7c1c(_0x46d996);});})['then'](()=>(_0x15389d[_0x3b955b(0x269)](_0x3b955b(0x2fd)),function(_0x1e6aa0,_0x19081c){const _0xd7724a=_0x3b955b;try{_0xc09d48()[_0xd7724a(0x283)](_0x4d1d31()['resolve'](''+_0x19081c,'mesh-artifact',_0x1e6aa0)),_0xc09d48()[_0xd7724a(0x1c5)](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0,_0xd7724a(0x245)),_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0xd7724a(0x2e8),''+_0x1e6aa0)),_0xc09d48()[_0xd7724a(0x296)](_0x4d1d31()['resolve'](''+_0x19081c,_0x1e6aa0,_0xd7724a(0x28c)),_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,'mesh-artifact',''+_0x1e6aa0,_0xd7724a(0x28c))),_0xc09d48()[_0xd7724a(0x1fb)](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0,'files.json'))&&_0xc09d48()['copyFileSync'](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0,_0xd7724a(0x21f)),_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0xd7724a(0x2e8),''+_0x1e6aa0,'files.json')),_0xc09d48()['existsSync'](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0,_0xd7724a(0x22e)))&&_0xc09d48()['copySync'](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0,_0xd7724a(0x22e)),_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0xd7724a(0x2e8),_0xd7724a(0x22e))),_0xc09d48()[_0xd7724a(0x283)](_0x4d1d31()[_0xd7724a(0x21e)](''+_0x19081c,_0x1e6aa0));}catch(_0x198114){throw _0x15389d['error'](_0x198114,_0xd7724a(0x1d0)),_0x198114;}}(_0x499021,_0x18b3b6),_0x15389d[_0x3b955b(0x269)](_0x3b955b(0x279)),!0x0))[_0x3b955b(0x26e)](_0x30e006=>{const _0x3c5707=_0x3b955b;_0x15389d[_0x3c5707(0x26f)](_0x30e006,_0x3c5707(0x291));const _0x1f4bbc=_0xc09d48()['readFileSync'](_0x18b3b6+'/'+_0x499021+_0x3c5707(0x29c),_0x3c5707(0x2a9));throw new _0x1db761(_0x1f4bbc,_0x3c5707(0x1c3),_0x2433bc[_0x3c5707(0x2ae)][_0x3c5707(0x1d5)](_0x3c5707(0x1d2)));});}catch(_0x507e74){_0x15389d[_0x3b955b(0x26f)](_0x507e74,_0x3b955b(0x291));const _0x33b43d=_0x507e74[_0x3b955b(0x2e3)][_0x3b955b(0x236)](_0x3b955b(0x1ff),'');if(_0xc09d48()[_0x3b955b(0x25e)](_0x499021+'.txt',_0x33b43d),_0x507e74 instanceof Error)throw new _0x1db761(_0x33b43d,_0x3b955b(0x1c3),_0x2433bc[_0x3b955b(0x2ae)][_0x3b955b(0x1d5)]('requestId'));}}catch(_0x35c3dd){throw _0x15389d[_0x3b955b(0x26f)](_0x35c3dd,_0x3b955b(0x2a3)),_0x35c3dd;}},'compileMesh':async function(_0xe9766e){const _0x49f198=_0x3b30b9;const _0xaaa91c=_0x4cd890(process[_0x49f198(0x214)]()),_0x54c847=_0x4d1d31()[_0x49f198(0x21e)](_0xaaa91c,_0x49f198(0x2e8),_0xe9766e),_0x188d63={'compilerOptions':{'module':_0x516bb0()['ModuleKind'][_0x49f198(0x2ed)],'esModuleInterop':!0x0,'moduleResolution':0x2}};return _0x15389d[_0x49f198(0x269)](_0x49f198(0x1ee)+_0x54c847+'\x20ts\x20artifacts\x20to\x20js'),(0x0,_0x315129['glob'])(_0x54c847+'/**/*.ts',{'dot':!0x0})[_0x49f198(0x2fa)](_0x182b72=>{const _0x12d3cd=_0x49f198;const _0x24d767=[];return _0x182b72[_0x12d3cd(0x26d)](async _0x534265=>{_0x24d767['push'](new Promise((_0x25b528,_0x1f1527)=>{const _0x2fda0d=a0_0x2a21;_0xc09d48()['readFile'](_0x534265,_0x2fda0d(0x2a9))['then'](_0x443ac5=>{const _0x36c513=_0x2fda0d;const _0x1d58da=_0x516bb0()[_0x36c513(0x2db)](_0x443ac5,_0x188d63),_0x577729=_0x534265[_0x36c513(0x23b)](_0x36c513(0x1e5),_0x36c513(0x254));_0xc09d48()[_0x36c513(0x281)](_0x577729,_0x1d58da[_0x36c513(0x237)])[_0x36c513(0x2fa)](()=>_0xc09d48()['rm'](_0x534265))['then'](()=>{const _0x1ba448=_0x36c513;_0x15389d['info'](_0x1ba448(0x29d)+_0x534265),_0x25b528(_0x577729);})[_0x36c513(0x26e)](_0x1fbf98=>{const _0x266fcd=_0x36c513;_0x15389d[_0x266fcd(0x26f)](_0x266fcd(0x235),_0x1fbf98),_0x1f1527(_0x1fbf98);});});}));}),Promise['all'](_0x24d767);})[_0x49f198(0x26e)](_0x10c2ef=>{const _0x132848=_0x49f198;throw _0x15389d[_0x132848(0x26f)](_0x132848(0x235),_0x10c2ef),_0x10c2ef;});},'validateMesh':async function(_0x52cc62){const _0x5590d7=_0x3b30b9;const {isValid:_0x23c2fe,errors:_0x3e8e93}=(0x0,_0x2dc2a6[_0x5590d7(0x2a2)])({'meshConfig':_0x52cc62});if(!_0x23c2fe){const _0x53e899=new Error(_0x3e8e93?(0x0,_0x2dc2a6['generateSchemaValidationError'])(_0x3e8e93):'Invalid\x20mesh\x20config');throw _0x53e899[_0x5590d7(0x243)]=_0x5590d7(0x292),_0x53e899;}const {isValid:_0x2b3469,reasons:_0x2b3411}=await(0x0,_0x2dc2a6[_0x5590d7(0x275)])(_0x52cc62);if(!_0x2b3469){const _0x331b8d=new Error(_0x2b3411[_0x5590d7(0x2e9)](_0x5590d7(0x225)));throw _0x331b8d[_0x5590d7(0x243)]=_0x5590d7(0x292),_0x331b8d;}const {isValid:_0x420ccd,errors:_0x4f0ece}=(0x0,_0x2dc2a6[_0x5590d7(0x2da)])(_0x52cc62);if(!_0x420ccd){const _0x53a03e=_0x3e8e93?new Error(_0x3e8e93[_0x5590d7(0x2e9)](_0x5590d7(0x225))):new Error('Mesh\x20config\x20should\x20be\x20less\x20than\x20375KB');throw _0x53a03e['name']=_0x5590d7(0x2d7),_0x53a03e;}return!0x0;}};})());var _0x19707d=exports;for(var _0x4358d4 in _0x1bcbd9)_0x19707d[_0x4358d4]=_0x1bcbd9[_0x4358d4];_0x1bcbd9['__esModule']&&Object[_0x26d4e1(0x1c8)](_0x19707d,'__esModule',{'value':!0x0});})());
1
+ (function(_0x49abc8,_0xfc8739){const _0x116ddf=a0_0x3028;const _0x115989=_0x49abc8();while(!![]){try{const _0x59a942=parseInt(_0x116ddf(0x256))/0x1+-parseInt(_0x116ddf(0x340))/0x2+-parseInt(_0x116ddf(0x299))/0x3+-parseInt(_0x116ddf(0x2a6))/0x4+parseInt(_0x116ddf(0x290))/0x5*(-parseInt(_0x116ddf(0x294))/0x6)+-parseInt(_0x116ddf(0x211))/0x7*(-parseInt(_0x116ddf(0x221))/0x8)+-parseInt(_0x116ddf(0x322))/0x9*(-parseInt(_0x116ddf(0x32f))/0xa);if(_0x59a942===_0xfc8739){break;}else{_0x115989['push'](_0x115989['shift']());}}catch(_0x407a50){_0x115989['push'](_0x115989['shift']());}}}(a0_0x13ed,0x6432c));function a0_0x3028(_0x15ae6e,_0x31c281){const _0x13ed1b=a0_0x13ed();a0_0x3028=function(_0x302867,_0xc46b41){_0x302867=_0x302867-0x1f2;let _0x5c42d9=_0x13ed1b[_0x302867];return _0x5c42d9;};return a0_0x3028(_0x15ae6e,_0x31c281);}((()=>{'use strict';const _0x27ee63=a0_0x3028;var _0xaa9289={0x1d0:(_0x5c1306,_0xd5a515)=>{const _0x4b7086=a0_0x3028;function _0x19aa8a(_0x155b68){const _0xed0dc5=a0_0x3028;const _0x5d763b=[];return Object['keys'](_0x155b68)[_0xed0dc5(0x267)]((_0x5e51ad,_0x2c3ec6)=>{const _0x120677=_0xed0dc5;_0x155b68[_0x5e51ad]===_0x5e51ad?_0x5d763b[_0x120677(0x297)](_0x5e51ad):_0x5d763b[_0x120677(0x297)](_0x5e51ad+'='+_0x155b68[_0x5e51ad]);}),_0x5d763b[_0xed0dc5(0x332)]();}Object[_0x4b7086(0x2c9)](_0xd5a515,_0x4b7086(0x27b),{'value':!0x0}),_0xd5a515[_0x4b7086(0x276)]=void 0x0,_0xd5a515['getCacheControlDirectives']=_0x48e0b=>{const _0x2b2d92=_0x4b7086;let _0x5a8171={};return _0x48e0b?.[_0x2b2d92(0x267)](_0x14ae4b=>{const _0x43adc8=_0x2b2d92;if('cache-control'===_0x14ae4b['name'][_0x43adc8(0x246)]()){const _0x592907=function(_0x45e315){const _0x52baa3=_0x43adc8;const _0x35430c={};return _0x45e315[_0x52baa3(0x2e8)](/(?:^|(?:\s*\,\s*))([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)(?:\=(?:([^\x00-\x20\(\)<>@\,;\:\\"\/\[\]\?\=\{\}\x7F]+)|(?:\"((?:[^"\\]|\\.)*)\")))?/g,function(_0x4a3faf,_0x2eb72a,_0x28043c,_0x475e51){const _0x38e792=_0x28043c||_0x475e51;return _0x35430c[_0x2eb72a]=_0x38e792?_0x38e792['toLowerCase']():_0x2eb72a,'';})?{}:_0x35430c;}(_0x14ae4b['values'][_0x43adc8(0x332)]()),_0x38aa8=Object[_0x43adc8(0x2bf)](Object[_0x43adc8(0x1f2)](_0x592907)[_0x43adc8(0x26b)](([_0x43999c,_0x58ebc0])=>[_0x43999c[_0x43adc8(0x246)](),_0x58ebc0[_0x43adc8(0x246)]()]));_0x5a8171=function(_0x4f1dfe,_0x504238){const _0x34e476=_0x43adc8;if(_0x4f1dfe[_0x34e476(0x24c)])return _0x4f1dfe;if(_0x504238[_0x34e476(0x24c)])return(_0x4f1dfe={})[_0x34e476(0x24c)]=_0x34e476(0x24c),_0x4f1dfe;['min-fresh',_0x34e476(0x2ff),_0x34e476(0x249),_0x34e476(0x318),_0x34e476(0x2ae),_0x34e476(0x2f6)][_0x34e476(0x267)](_0x483adf=>{var _0x56aa50,_0x309a12,_0x2ad78f;_0x56aa50=_0x483adf,_0x309a12=_0x504238[_0x483adf],(_0x2ad78f=_0x4f1dfe)[_0x56aa50]&&_0x309a12?isNaN(Number(_0x2ad78f[_0x56aa50]))&&!isNaN(Number(_0x309a12))?_0x2ad78f[_0x56aa50]=_0x309a12:isNaN(Number(_0x2ad78f[_0x56aa50]))||isNaN(Number(_0x309a12))||Number(_0x2ad78f[_0x56aa50])>Number(_0x309a12)&&(_0x2ad78f[_0x56aa50]=_0x309a12):_0x309a12&&(_0x2ad78f[_0x56aa50]=_0x309a12);});const _0xbe8a3b=[_0x34e476(0x2bc),_0x34e476(0x229),_0x34e476(0x309),_0x34e476(0x2fc),_0x34e476(0x2a8),_0x34e476(0x2cc),_0x34e476(0x225),_0x34e476(0x292)];return Object[_0x34e476(0x2b9)](_0x504238)[_0x34e476(0x267)](_0xf8194c=>{_0xbe8a3b['includes'](_0xf8194c)&&!_0x4f1dfe[_0xf8194c]&&(_0x4f1dfe[_0xf8194c]=_0x504238[_0xf8194c]);}),_0x4f1dfe;}(_0x5a8171,_0x38aa8);}}),{'cache-control':_0x19aa8a(_0x5a8171)};},_0xd5a515[_0x4b7086(0x26e)]=_0xd5a515[_0x4b7086(0x276)];},0x1c9:function(_0x14bd12,_0x374eda,_0x4eccfc){const _0x2f9d7d=a0_0x3028;var _0x1a3b72=this&&this[_0x2f9d7d(0x33d)]||function(_0x2c6403){return _0x2c6403&&_0x2c6403['__esModule']?_0x2c6403:{'default':_0x2c6403};};Object['defineProperty'](_0x374eda,_0x2f9d7d(0x27b),{'value':!0x0}),_0x374eda['handleHooksFileReferences']=_0x374eda[_0x2f9d7d(0x209)]=_0x374eda[_0x2f9d7d(0x208)]=_0x374eda[_0x2f9d7d(0x2b7)]=_0x374eda[_0x2f9d7d(0x31e)]=_0x374eda[_0x2f9d7d(0x29e)]=_0x374eda[_0x2f9d7d(0x339)]=_0x374eda[_0x2f9d7d(0x1fc)]=_0x374eda[_0x2f9d7d(0x347)]=_0x374eda[_0x2f9d7d(0x204)]=_0x374eda[_0x2f9d7d(0x306)]=_0x374eda[_0x2f9d7d(0x2a7)]=_0x374eda[_0x2f9d7d(0x32a)]=_0x374eda['parseMaterializedFilePath']=void 0x0;const _0x2f5599=_0x4eccfc(0x71),_0x517ae9=_0x1a3b72(_0x4eccfc(0x11)),_0xbf96b3=_0x4eccfc(0x18a),_0x3bb8df=_0x4eccfc(0x93),_0x54b020=_0x4eccfc(0x11),_0x2c6773=_0x4eccfc(0xef);function _0x76ab6a(_0x221f1f){const _0x5aa656=_0x2f9d7d;const _0x23073e=_0x221f1f[_0x5aa656(0x2e8)](/^\.\//,''),_0xf48794=_0x517ae9[_0x5aa656(0x26e)][_0x5aa656(0x21b)](_0x221f1f);'.js'===_0x517ae9[_0x5aa656(0x26e)]['extname'](_0xf48794)&&(_0x221f1f=_0x5aa656(0x28c)+_0x221f1f);const _0x473253=(0x0,_0x54b020[_0x5aa656(0x27a)])(_0x221f1f),_0x342c7f=_0x517ae9[_0x5aa656(0x26e)][_0x5aa656(0x24a)](_0x473253);return{'name':_0x23073e,'relativePath':_0x221f1f,'absolutePath':_0x473253,'parentDir':{'relative':_0x342c7f,'absolute':(0x0,_0x54b020[_0x5aa656(0x27a)])(_0x342c7f)}};}function _0x1126c2(_0x537e65,_0x5da7fa,_0x323e67=!0x1){const _0xdcb98a=_0x2f9d7d;const _0x577ebe=_0x537e65[_0xdcb98a(0x2e8)](/^\.\//,''),_0x49b386=_0x5a70aa(_0x5da7fa,_0x323e67),_0x4d83dc=_0x49b386[_0xdcb98a(0x296)]+'/'+_0x577ebe;return{'name':_0x577ebe,'relativePath':_0x4d83dc,'absolutePath':(0x0,_0x54b020[_0xdcb98a(0x27a)])(_0x4d83dc),'parentDir':_0x49b386};}function _0x5a70aa(_0x1a42fb,_0x3a18f4=!0x1){const _0x4c25dd=_0x2f9d7d;const _0x52483d=process[_0x4c25dd(0x228)],_0x27c3ba=process['env']['REQUEST_ID']||'';try{const _0x53b7cd=_0x52483d+_0x27c3ba,_0x475114=(0x0,_0x2f5599[_0x4c25dd(0x2f7)])(_0x4c25dd(0x252))[_0x4c25dd(0x234)](_0x1a42fb+_0x53b7cd)['digest']('base64'),_0xc09fd9=_0x3a18f4?_0x4c25dd(0x25b)+_0x1a42fb+'-'+_0x475114:'./'+_0x1a42fb+_0x4c25dd(0x277)+_0x1a42fb+'-'+_0x475114;return{'relative':_0xc09fd9,'absolute':(0x0,_0x54b020[_0x4c25dd(0x27a)])(_0xc09fd9)};}catch(_0x302789){throw _0xbf96b3[_0x4c25dd(0x236)][_0x4c25dd(0x2d2)]('creating\x20hash\x20failed'),_0x302789;}}function _0x4b0aa9(_0x49b7b2,_0x3667b4){const _0x4cac80=_0x2f9d7d;if(_0x49b7b2[_0x4cac80(0x200)]('http')||_0x49b7b2[_0x4cac80(0x200)](_0x4cac80(0x284)))return _0x49b7b2;{const _0x3dda7f=_0x1126c2(_0x49b7b2,_0x3667b4,!0x0)[_0x4cac80(0x2e4)];return _0xbf96b3['logger'][_0x4cac80(0x262)]('Replacing\x20'+_0x49b7b2+'\x20with\x20'+_0x3dda7f+'\x20in\x20the\x20Mesh\x20config'),_0x3dda7f;}}function _0x31c9c9(_0x526bb5,_0x3f8e74){const _0x2ec7ef=_0x2f9d7d;_0x3f8e74[_0x2ec7ef(0x2bb)]['forEach'](_0xfebcfa=>{const _0x232a1e=_0x2ec7ef;_0xfebcfa['handler'][_0x232a1e(0x26c)]?.[_0x232a1e(0x1f8)]['forEach'](_0x1e0981=>{const _0x719c23=_0x232a1e;_0x1e0981['responseSchema']&&(_0x1e0981[_0x719c23(0x2e6)]=_0x4b0aa9(_0x1e0981[_0x719c23(0x2e6)],_0x526bb5)),_0x1e0981['responseSample']&&(_0x1e0981[_0x719c23(0x1f5)]=_0x4b0aa9(_0x1e0981[_0x719c23(0x1f5)],_0x526bb5)),_0x1e0981[_0x719c23(0x2d3)]&&(_0x1e0981[_0x719c23(0x2d3)]=_0x4b0aa9(_0x1e0981['requestSchema'],_0x526bb5)),_0x1e0981[_0x719c23(0x33b)]&&(_0x1e0981[_0x719c23(0x33b)]=_0x4b0aa9(_0x1e0981[_0x719c23(0x33b)],_0x526bb5));});});}function _0x324d15(_0x2c1307,_0x2e8493){const _0x4a58fa=_0x2f9d7d;_0x2e8493[_0x4a58fa(0x2bb)][_0x4a58fa(0x267)](_0x3fd4f7=>{const _0x35c6c4=_0x4a58fa;const _0x5097c2=_0x3fd4f7['handler'][_0x35c6c4(0x2b1)];_0x5097c2&&(_0x5097c2[_0x35c6c4(0x20d)]=_0x4b0aa9(_0x5097c2[_0x35c6c4(0x20d)],_0x2c1307));});}function _0x1adf72(_0x807fb2,_0x40df3f){const _0x327132=_0x2f9d7d;_0x40df3f[_0x327132(0x2bb)][_0x327132(0x267)](_0x5241b5=>{const _0x326a54=_0x327132;_0x5241b5[_0x326a54(0x2a4)]?.[_0x326a54(0x267)](_0x3294a5=>{const _0x42b26c=_0x326a54;_0x3294a5[_0x42b26c(0x29c)]?.[_0x42b26c(0x2be)][_0x42b26c(0x267)](_0x36666d=>{const _0x17bf9f=_0x42b26c;_0x36666d&&_0x36666d[_0x17bf9f(0x268)]&&(_0x36666d['composer']=_0x4b0aa9(_0x36666d['composer'],_0x807fb2));});});}),_0x40df3f['transforms']?.['forEach'](_0x2fe2e0=>{const _0x57002b=_0x327132;_0x2fe2e0[_0x57002b(0x29c)]?.['compositions']['forEach'](_0x22cc1f=>{const _0xf3b9d7=_0x57002b;_0x22cc1f&&_0x22cc1f[_0xf3b9d7(0x268)]&&(_0x22cc1f[_0xf3b9d7(0x268)]=_0x4b0aa9(_0x22cc1f[_0xf3b9d7(0x268)],_0x807fb2));});});}function _0x1178b3(_0x413812,_0x3457cb){const _0x1c9a01=_0x2f9d7d;_0x3457cb[_0x1c9a01(0x2bb)][_0x1c9a01(0x267)](_0x4d145d=>{const _0x40ebf0=_0x1c9a01;_0x4d145d[_0x40ebf0(0x2a4)]?.[_0x40ebf0(0x267)](_0x58c0e7=>{const _0x28df22=_0x40ebf0;_0x58c0e7[_0x28df22(0x233)]?.[_0x28df22(0x2f1)]['forEach'](_0xabd80b=>{const _0x1eaf16=_0x28df22;_0xabd80b&&_0xabd80b['composer']&&(_0xabd80b[_0x1eaf16(0x268)]=_0x4b0aa9(_0xabd80b[_0x1eaf16(0x268)],_0x413812));});});}),_0x3457cb[_0x1c9a01(0x2a4)]?.['forEach'](_0x21dd02=>{const _0x5844c6=_0x1c9a01;_0x21dd02['replaceField']?.[_0x5844c6(0x2f1)][_0x5844c6(0x267)](_0x8ee96=>{const _0x4293f0=_0x5844c6;_0x8ee96&&_0x8ee96['composer']&&(_0x8ee96['composer']=_0x4b0aa9(_0x8ee96[_0x4293f0(0x268)],_0x413812));});});}function _0x552e74(_0x1e8a18,_0x246bac){const _0x307a82=_0x2f9d7d;const _0x4ea98d=[];_0x246bac['additionalResolvers']?.[_0x307a82(0x267)](_0x1ed251=>{const _0x18b2e8=_0x307a82;_0x18b2e8(0x273)==typeof _0x1ed251?_0x4ea98d[_0x18b2e8(0x297)](_0x4b0aa9(_0x1ed251,_0x1e8a18)):_0x4ea98d[_0x18b2e8(0x297)](_0x1ed251);}),_0x246bac[_0x307a82(0x288)]=_0x4ea98d;}function _0x2affb6(_0x720152,_0x3743d3){!function(_0xf6cb8b,_0x277a42){const _0x4eafa5=a0_0x3028;_0x277a42[_0x4eafa5(0x33a)]&&_0x277a42[_0x4eafa5(0x33a)][_0x4eafa5(0x267)](_0x44416f=>{const _0x4a47be=_0x4eafa5;if(_0x44416f[_0x4a47be(0x311)]?.['beforeAll']){const {composer:_0x5c357e,blocking:_0x21253b}=_0x44416f[_0x4a47be(0x311)]['beforeAll'];_0x44416f[_0x4a47be(0x311)][_0x4a47be(0x22d)]={'composer':_0x4b0aa9(_0x5c357e,_0xf6cb8b),'blocking':_0x21253b};}});}(_0x720152,_0x3743d3);}_0x374eda['parseMaterializedFilePath']=_0x76ab6a,_0x374eda['processFileConfig']=async function(_0x3c842b){const _0x4fb5b0=_0x2f9d7d;_0x3c842b[_0x4fb5b0(0x202)]&&await Promise[_0x4fb5b0(0x2d1)](_0x3c842b[_0x4fb5b0(0x202)][_0x4fb5b0(0x26b)](async _0x59ab2a=>{const _0x455ce0=_0x4fb5b0;try{if(_0x59ab2a[_0x455ce0(0x2bd)]){const _0x2a648e=_0x76ab6a(_0x59ab2a[_0x455ce0(0x2bd)]);try{await _0x3bb8df[_0x455ce0(0x2e3)][_0x455ce0(0x2d4)](_0x2a648e['parentDir'][_0x455ce0(0x343)],{'recursive':!0x0}),await _0x3bb8df[_0x455ce0(0x2e3)][_0x455ce0(0x1f3)](_0x2a648e[_0x455ce0(0x2ad)],_0x59ab2a[_0x455ce0(0x261)],{'flag':'w'});}catch(_0x16502c){_0xbf96b3[_0x455ce0(0x236)]['error'](_0x16502c,_0x455ce0(0x237)+_0x2a648e[_0x455ce0(0x351)]+_0x455ce0(0x220)+_0x2a648e[_0x455ce0(0x2ad)]+_0x455ce0(0x271));}}}catch(_0x411035){_0xbf96b3[_0x455ce0(0x236)]['error'](_0x455ce0(0x21c)+_0x59ab2a[_0x455ce0(0x2d0)]+_0x455ce0(0x271));}}));},_0x374eda[_0x2f9d7d(0x2a7)]=async function(_0x58d6ea,_0x3d4096){const _0x1b4a0e=_0x2f9d7d;_0x3d4096['files']?.[_0x1b4a0e(0x267)](async _0x31e5c4=>{const _0x12e5e4=_0x1b4a0e;try{const _0x46bdec=_0x1126c2(_0x31e5c4[_0x12e5e4(0x2d0)],_0x58d6ea);try{await _0x3bb8df[_0x12e5e4(0x2e3)][_0x12e5e4(0x2d4)](_0x517ae9[_0x12e5e4(0x26e)][_0x12e5e4(0x24a)](_0x46bdec[_0x12e5e4(0x2ad)]),{'recursive':!0x0}),_0x3bb8df[_0x12e5e4(0x2e3)][_0x12e5e4(0x1f3)](_0x46bdec[_0x12e5e4(0x2ad)],_0x31e5c4[_0x12e5e4(0x261)],{'flag':'w'});}catch(_0x502e90){_0xbf96b3[_0x12e5e4(0x236)][_0x12e5e4(0x231)](_0x502e90,_0x12e5e4(0x237)+_0x46bdec[_0x12e5e4(0x351)]+_0x12e5e4(0x220)+_0x46bdec[_0x12e5e4(0x2ad)]+_0x12e5e4(0x271));}}catch(_0x1a5d0e){_0xbf96b3['logger'][_0x12e5e4(0x231)](_0x12e5e4(0x21c)+_0x31e5c4['path']+'\x20failed');}});},_0x374eda[_0x2f9d7d(0x306)]=_0x1126c2,_0x374eda[_0x2f9d7d(0x204)]=async function(_0x46a575){const _0x21c7d6=_0x2f9d7d;try{const _0xd73824=_0x5a70aa(_0x46a575);_0xbf96b3[_0x21c7d6(0x236)]['debug'](_0x21c7d6(0x263)+_0xd73824[_0x21c7d6(0x343)]),_0x3bb8df[_0x21c7d6(0x2e3)]['rm'](_0xd73824['absolute'],{'recursive':!0x0});}catch(_0x40eeeb){}},_0x374eda[_0x2f9d7d(0x347)]=_0x5a70aa,_0x374eda['replaceFileReferencesInConfig']=function(_0x1825e8,_0xedab3f){const _0x282f09=_0x2f9d7d;_0x31c9c9(_0x1825e8,_0xedab3f),_0x324d15(_0x1825e8,_0xedab3f),_0x1adf72(_0x1825e8,_0xedab3f),_0x1178b3(_0x1825e8,_0xedab3f),_0x552e74(_0x1825e8,_0xedab3f),_0x2affb6(_0x1825e8,_0xedab3f),_0x2c6773['isTI']&&function(_0x3341c9,_0x4eca3f){const _0x3c9cd8=a0_0x3028;_0x4eca3f[_0x3c9cd8(0x33a)]&&_0x4eca3f[_0x3c9cd8(0x33a)][_0x3c9cd8(0x267)](_0x408d90=>{const _0x2ed36d=_0x3c9cd8;_0x408d90[_0x2ed36d(0x2ac)]&&_0x408d90['onFetch']['forEach'](_0xd21781=>{const _0x55afc6=_0x2ed36d;const {handler:_0x1268a6}=_0xd21781;_0xd21781[_0x55afc6(0x317)]=_0x4b0aa9(_0x1268a6,_0x3341c9);});});}(_0x1825e8,_0xedab3f),_0xedab3f[_0x282f09(0x202)]&&_0xedab3f[_0x282f09(0x202)][_0x282f09(0x267)](_0x1361f1=>{const _0x22aa21=_0x282f09;_0x1361f1[_0x22aa21(0x2bd)]=_0x4b0aa9(_0x1361f1[_0x22aa21(0x2d0)],_0x1825e8);});},_0x374eda[_0x2f9d7d(0x339)]=_0x4b0aa9,_0x374eda[_0x2f9d7d(0x29e)]=_0x31c9c9,_0x374eda['handleOpenAPIFileReferences']=_0x324d15,_0x374eda[_0x2f9d7d(0x2b7)]=_0x1adf72,_0x374eda[_0x2f9d7d(0x208)]=_0x1178b3,_0x374eda[_0x2f9d7d(0x209)]=_0x552e74,_0x374eda[_0x2f9d7d(0x2ec)]=_0x2affb6;},0x22b:function(_0x464531,_0x574bbe,_0x2bd61b){const _0x54bf1a=a0_0x3028;var _0x468b43=this&&this[_0x54bf1a(0x1fb)]||(Object[_0x54bf1a(0x24d)]?function(_0x1c67d7,_0x61465d,_0x40a777,_0x27ae15){const _0x3707de=_0x54bf1a;void 0x0===_0x27ae15&&(_0x27ae15=_0x40a777);var _0x264ba1=Object['getOwnPropertyDescriptor'](_0x61465d,_0x40a777);_0x264ba1&&!(_0x3707de(0x29a)in _0x264ba1?!_0x61465d[_0x3707de(0x27b)]:_0x264ba1[_0x3707de(0x28f)]||_0x264ba1[_0x3707de(0x22a)])||(_0x264ba1={'enumerable':!0x0,'get':function(){return _0x61465d[_0x40a777];}}),Object[_0x3707de(0x2c9)](_0x1c67d7,_0x27ae15,_0x264ba1);}:function(_0x29b13a,_0x36f1c3,_0x2dc8f2,_0x55c94){void 0x0===_0x55c94&&(_0x55c94=_0x2dc8f2),_0x29b13a[_0x55c94]=_0x36f1c3[_0x2dc8f2];}),_0x34cbb0=this&&this[_0x54bf1a(0x25d)]||(Object['create']?function(_0x25e0d4,_0x3812ca){const _0x473f23=_0x54bf1a;Object[_0x473f23(0x2c9)](_0x25e0d4,'default',{'enumerable':!0x0,'value':_0x3812ca});}:function(_0x545e0c,_0x2b963a){_0x545e0c['default']=_0x2b963a;}),_0x31f29b=this&&this[_0x54bf1a(0x2b4)]||function(_0x5ea764){const _0x2fe0ce=_0x54bf1a;if(_0x5ea764&&_0x5ea764[_0x2fe0ce(0x27b)])return _0x5ea764;var _0x43ef4b={};if(null!=_0x5ea764)for(var _0x431d88 in _0x5ea764)_0x2fe0ce(0x26e)!==_0x431d88&&Object[_0x2fe0ce(0x2c3)][_0x2fe0ce(0x210)][_0x2fe0ce(0x2da)](_0x5ea764,_0x431d88)&&_0x468b43(_0x43ef4b,_0x5ea764,_0x431d88);return _0x34cbb0(_0x43ef4b,_0x5ea764),_0x43ef4b;},_0x4e5011=this&&this[_0x54bf1a(0x20c)]||function(_0x3145fe,_0x48710d){const _0x234995=_0x54bf1a;for(var _0x5e0aa2 in _0x3145fe)'default'===_0x5e0aa2||Object[_0x234995(0x2c3)][_0x234995(0x210)][_0x234995(0x2da)](_0x48710d,_0x5e0aa2)||_0x468b43(_0x48710d,_0x3145fe,_0x5e0aa2);},_0x2266d5=this&&this['__importDefault']||function(_0x3a7c97){const _0x584619=_0x54bf1a;return _0x3a7c97&&_0x3a7c97[_0x584619(0x27b)]?_0x3a7c97:{'default':_0x3a7c97};};Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x27b),{'value':!0x0}),_0x574bbe[_0x54bf1a(0x33c)]=_0x574bbe[_0x54bf1a(0x21e)]=_0x574bbe[_0x54bf1a(0x34f)]=_0x574bbe[_0x54bf1a(0x2ef)]=_0x574bbe[_0x54bf1a(0x2a3)]=_0x574bbe[_0x54bf1a(0x240)]=_0x574bbe['ti_updateTenantSchema']=_0x574bbe['ti_createTenantSchema']=_0x574bbe['ti_createSourceSchema']=_0x574bbe[_0x54bf1a(0x32e)]=_0x574bbe[_0x54bf1a(0x2e9)]=_0x574bbe['mgql_createSourceSchema']=_0x574bbe[_0x54bf1a(0x223)]=_0x574bbe['validateMeshSecrets']=_0x574bbe[_0x54bf1a(0x2ab)]=_0x574bbe[_0x54bf1a(0x327)]=_0x574bbe[_0x54bf1a(0x279)]=_0x574bbe[_0x54bf1a(0x242)]=_0x574bbe['validateMeshConfigSize']=_0x574bbe[_0x54bf1a(0x260)]=_0x574bbe[_0x54bf1a(0x245)]=_0x574bbe[_0x54bf1a(0x2e5)]=_0x574bbe['processFileConfig']=_0x574bbe[_0x54bf1a(0x1fc)]=_0x574bbe[_0x54bf1a(0x204)]=_0x574bbe['materializeTenantFiles']=_0x574bbe[_0x54bf1a(0x356)]=_0x574bbe['getSourceResponseHeaders']=_0x574bbe[_0x54bf1a(0x2a1)]=_0x574bbe[_0x54bf1a(0x276)]=void 0x0;const _0x28019f=_0x2bd61b(0x1d0);Object[_0x54bf1a(0x2c9)](_0x574bbe,'getCacheControlDirectives',{'enumerable':!0x0,'get':function(){const _0xd56805=_0x54bf1a;return _0x28019f[_0xd56805(0x276)];}});const _0x2992ae=_0x2266d5(_0x2bd61b(0x359));_0x574bbe[_0x54bf1a(0x2a1)]=_0x2992ae[_0x54bf1a(0x26e)];const _0x40aadf=_0x2266d5(_0x2bd61b(0x3a4));_0x574bbe[_0x54bf1a(0x219)]=_0x40aadf[_0x54bf1a(0x26e)];const _0x1ab86b=_0x2bd61b(0xef);Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x356),{'enumerable':!0x0,'get':function(){const _0x4b8467=_0x54bf1a;return _0x1ab86b[_0x4b8467(0x356)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x223),{'enumerable':!0x0,'get':function(){const _0x189fd1=_0x54bf1a;return _0x1ab86b[_0x189fd1(0x223)];}});const _0x198d6f=_0x2bd61b(0x1c9);Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x2a7),{'enumerable':!0x0,'get':function(){const _0x426e48=_0x54bf1a;return _0x198d6f[_0x426e48(0x2a7)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x204),{'enumerable':!0x0,'get':function(){return _0x198d6f['clearMaterializedConfigFiles'];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,'replaceFileReferencesInConfig',{'enumerable':!0x0,'get':function(){const _0x313b2e=_0x54bf1a;return _0x198d6f[_0x313b2e(0x1fc)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x32a),{'enumerable':!0x0,'get':function(){const _0xfb3091=_0x54bf1a;return _0x198d6f[_0xfb3091(0x32a)];}});const _0x482326=_0x2bd61b(0x80);Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x2e5),{'enumerable':!0x0,'get':function(){const _0x461681=_0x54bf1a;return _0x482326[_0x461681(0x2e5)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x245),{'enumerable':!0x0,'get':function(){return _0x482326['generateSchemaValidationError'];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x260),{'enumerable':!0x0,'get':function(){const _0x158c09=_0x54bf1a;return _0x482326[_0x158c09(0x260)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,'validateMeshConfigSize',{'enumerable':!0x0,'get':function(){const _0x429650=_0x54bf1a;return _0x482326[_0x429650(0x30c)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x242),{'enumerable':!0x0,'get':function(){return _0x482326['validateCreateSourceConfigSchema'];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x279),{'enumerable':!0x0,'get':function(){const _0xbfddac=_0x54bf1a;return _0x482326[_0xbfddac(0x279)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x327),{'enumerable':!0x0,'get':function(){return _0x482326['validateUpdateMeshConfigSchema'];}}),Object['defineProperty'](_0x574bbe,'validateMeshConfig',{'enumerable':!0x0,'get':function(){const _0xb53d1a=_0x54bf1a;return _0x482326[_0xb53d1a(0x2ab)];}}),Object[_0x54bf1a(0x2c9)](_0x574bbe,_0x54bf1a(0x287),{'enumerable':!0x0,'get':function(){return _0x482326['validateMeshSecrets'];}});const _0x171e72=_0x2266d5(_0x2bd61b(0x189));_0x574bbe[_0x54bf1a(0x203)]=_0x171e72[_0x54bf1a(0x26e)];const _0xb5a199=_0x2266d5(_0x2bd61b(0x380));_0x574bbe['mgql_createTenantSchema']=_0xb5a199['default'];const _0x5cafc6=_0x2266d5(_0x2bd61b(0x2af));_0x574bbe[_0x54bf1a(0x32e)]=_0x5cafc6[_0x54bf1a(0x26e)];const _0x14758d=_0x2266d5(_0x2bd61b(0x3ad));_0x574bbe[_0x54bf1a(0x2a0)]=_0x14758d[_0x54bf1a(0x26e)];const _0x47db91=_0x2266d5(_0x2bd61b(0x3a3));_0x574bbe['ti_createTenantSchema']=_0x47db91[_0x54bf1a(0x26e)];const _0x1ff0a1=_0x2266d5(_0x2bd61b(0x151));_0x574bbe['ti_updateTenantSchema']=_0x1ff0a1[_0x54bf1a(0x26e)],_0x574bbe[_0x54bf1a(0x240)]=_0x31f29b(_0x2bd61b(0x1a3)),_0x574bbe['TIMeshTypes']=_0x31f29b(_0x2bd61b(0x295)),_0x574bbe[_0x54bf1a(0x2ef)]=process[_0x54bf1a(0x216)]['API_MESH_TIER']&&'TI'===process[_0x54bf1a(0x216)][_0x54bf1a(0x24f)],_0x574bbe[_0x54bf1a(0x34f)]=_0x574bbe['isTI']?_0x14758d[_0x54bf1a(0x26e)]:_0x171e72[_0x54bf1a(0x26e)],_0x574bbe[_0x54bf1a(0x21e)]=_0x574bbe[_0x54bf1a(0x2ef)]?_0x47db91[_0x54bf1a(0x26e)]:_0xb5a199[_0x54bf1a(0x26e)],_0x574bbe['updateTenantSchema']=_0x574bbe[_0x54bf1a(0x2ef)]?_0x1ff0a1[_0x54bf1a(0x26e)]:_0x5cafc6[_0x54bf1a(0x26e)],_0x4e5011(_0x2bd61b(0x2c6),_0x574bbe);},0x80:function(_0x1cf2f4,_0x455046,_0x1f4e4a){const _0xb2ff8a=a0_0x3028;var _0x29dd4f=this&&this[_0xb2ff8a(0x33d)]||function(_0x49d175){const _0x71f1e=_0xb2ff8a;return _0x49d175&&_0x49d175[_0x71f1e(0x27b)]?_0x49d175:{'default':_0x49d175};};Object[_0xb2ff8a(0x2c9)](_0x455046,_0xb2ff8a(0x27b),{'value':!0x0}),_0x455046[_0xb2ff8a(0x287)]=_0x455046[_0xb2ff8a(0x2ab)]=_0x455046[_0xb2ff8a(0x327)]=_0x455046[_0xb2ff8a(0x279)]=_0x455046[_0xb2ff8a(0x242)]=_0x455046['validateMeshConfigSize']=_0x455046[_0xb2ff8a(0x260)]=_0x455046[_0xb2ff8a(0x245)]=_0x455046['getSchemaValidator']=void 0x0;const _0x1c0183=_0x29dd4f(_0x1f4e4a(0x378)),_0x274181=_0x1f4e4a(0x7f),_0x1f8b76=_0x29dd4f(_0x1f4e4a(0x11)),_0x96ef24=_0x29dd4f(_0x1f4e4a(0x189)),_0x3fdcd5=_0x29dd4f(_0x1f4e4a(0x380)),_0xefd057=_0x29dd4f(_0x1f4e4a(0x2af)),_0x3cfe9a=_0x29dd4f(_0x1f4e4a(0x3ad)),_0x91a2cb=_0x29dd4f(_0x1f4e4a(0x3a3)),_0xe85dd9=_0x29dd4f(_0x1f4e4a(0x151)),_0xae44d7=_0x29dd4f(_0x1f4e4a(0x42)),_0x222609=process['env'][_0xb2ff8a(0x24f)]&&'TI'===process[_0xb2ff8a(0x216)]['API_MESH_TIER'],_0x54728f=process[_0xb2ff8a(0x216)][_0xb2ff8a(0x22f)]||0x15180,_0x112818=process[_0xb2ff8a(0x216)][_0xb2ff8a(0x34b)]||0x15180,_0x2736d8=_0x222609?_0x3cfe9a[_0xb2ff8a(0x26e)]:_0x96ef24[_0xb2ff8a(0x26e)],_0x41d57b=_0x222609?_0x91a2cb[_0xb2ff8a(0x26e)]:_0x3fdcd5[_0xb2ff8a(0x26e)],_0x558b29=_0x222609?_0xe85dd9[_0xb2ff8a(0x26e)]:_0xefd057[_0xb2ff8a(0x26e)],_0x12368b={'type':_0xb2ff8a(0x2d7),'properties':{'organizationCode':{'type':_0xb2ff8a(0x273),'minLength':0x1},'projectId':{'type':'string','minLength':0x1},'workspaceId':{'type':_0xb2ff8a(0x273),'minLength':0x1},'meshId':{'type':'string','minLength':0x1}},'required':[_0xb2ff8a(0x2db),_0xb2ff8a(0x259),_0xb2ff8a(0x346),_0xb2ff8a(0x24e)]},_0x2edf58={'type':_0xb2ff8a(0x2d7),'properties':{'organizationCode':{'type':_0xb2ff8a(0x273),'minLength':0x1},'projectId':{'type':_0xb2ff8a(0x273),'minLength':0x1},'workspaceId':{'type':_0xb2ff8a(0x273),'minLength':0x1}},'required':[_0xb2ff8a(0x2db),_0xb2ff8a(0x259),_0xb2ff8a(0x346)]},_0x587bd9=_0x222609?{'allowInlineConfig':!0x1,'useEslintrc':!0x1,'baseConfig':{'env':{'browser':!0x1,'commonjs':!0x0,'es2021':!0x0},'parserOptions':{'ecmaVersion':'latest'},'plugins':[_0xb2ff8a(0x269)],'rules':{'no-debugger':_0xb2ff8a(0x231),'no-alert':_0xb2ff8a(0x231),'no-restricted-properties':[_0xb2ff8a(0x231),{'property':_0xb2ff8a(0x23e),'message':_0xb2ff8a(0x29d)},{'property':_0xb2ff8a(0x2e0),'message':_0xb2ff8a(0x334)}],'no-restricted-globals':[_0xb2ff8a(0x231),{'name':_0xb2ff8a(0x241),'message':_0xb2ff8a(0x312)},{'name':'window','message':_0xb2ff8a(0x2f0)},{'name':_0xb2ff8a(0x2ed),'message':'setTimeout\x20is\x20not\x20supported'},{'name':_0xb2ff8a(0x2c0),'message':_0xb2ff8a(0x285)}]}}}:{'allowInlineConfig':!0x1,'useEslintrc':!0x1,'baseConfig':{'env':{'browser':!0x1,'commonjs':!0x0,'es2021':!0x0},'parserOptions':{'ecmaVersion':'latest'},'plugins':['node',_0xb2ff8a(0x25a),'sonarjs'],'extends':[_0xb2ff8a(0x26a),_0xb2ff8a(0x2d6),_0xb2ff8a(0x29f)],'rules':{'no-restricted-syntax':[_0xb2ff8a(0x231),{'selector':'ThrowStatement','message':'throw\x20is\x20not\x20supported'}],'no-console':_0xb2ff8a(0x231),'no-alert':_0xb2ff8a(0x231),'no-unused-vars':'error','no-debugger':_0xb2ff8a(0x231),'no-restricted-properties':['error',{'property':_0xb2ff8a(0x23e),'message':_0xb2ff8a(0x29d)},{'property':_0xb2ff8a(0x2e0),'message':'__defineSetter__\x20is\x20not\x20supported'}],'no-restricted-globals':[_0xb2ff8a(0x231),{'name':_0xb2ff8a(0x241),'message':_0xb2ff8a(0x312)},{'name':'global','message':'global\x20is\x20not\x20supported'},{'name':_0xb2ff8a(0x324),'message':_0xb2ff8a(0x2f0)},{'name':_0xb2ff8a(0x341),'message':_0xb2ff8a(0x21d)},{'name':'import','message':_0xb2ff8a(0x34d)},{'name':'setTimeout','message':'setTimeout\x20is\x20not\x20supported'},{'name':_0xb2ff8a(0x2c0),'message':_0xb2ff8a(0x285)}],'no-loops/no-loops':_0xb2ff8a(0x231),'no-unreachable-loop':_0xb2ff8a(0x231),'no-unmodified-loop-condition':_0xb2ff8a(0x231),'no-mixed-spaces-and-tabs':_0xb2ff8a(0x2f4)}}},_0x447e0b=new _0x274181[(_0xb2ff8a(0x354))](_0x587bd9);_0x455046[_0xb2ff8a(0x2e5)]=_0x383853=>new _0x1c0183[(_0xb2ff8a(0x26e))]({..._0x383853||{},'allowUnionTypes':!0x0,'allErrors':!0x0}),_0x455046[_0xb2ff8a(0x245)]=_0x5c5532=>{const _0x107fde=_0xb2ff8a;const _0x1f4282=[];return _0x5c5532[_0x107fde(0x267)](_0x35b576=>{const _0x160830=_0x107fde;const {keyword:_0x45ed57,params:_0x5d337c,instancePath:_0x1f7ae9}=_0x35b576;'additionalProperties'===_0x45ed57?_0x1f4282[_0x160830(0x297)](_0x160830(0x2d8)+_0x5d337c[_0x160830(0x1f7)]+_0x160830(0x24b)+(_0x1f7ae9||_0x160830(0x281))):_0x160830(0x22c)===_0x45ed57?_0x1f4282[_0x160830(0x297)]('Missing\x20required\x20property\x20'+_0x5d337c[_0x160830(0x2fa)]+(_0x1f7ae9?_0x160830(0x28d)+_0x1f7ae9:'')):_0x160830(0x20b)===_0x45ed57?_0x1f4282['push'](_0x160830(0x218)+_0x1f7ae9+_0x160830(0x27f)+_0x5d337c[_0x160830(0x20b)]):_0x160830(0x30e)===_0x45ed57?_0x1f4282[_0x160830(0x297)](_0x160830(0x2aa)+_0x1f7ae9+'.\x20Should\x20be\x20one\x20of\x20'+_0x5d337c[_0x160830(0x264)]):_0x1f4282['push']('Error\x20at\x20'+_0x1f7ae9+_0x160830(0x275)+_0x1f7ae9);}),_0x1f4282['join']('\x20,\x20');},_0x455046[_0xb2ff8a(0x260)]=_0xc10905=>{const _0x338b21=_0xb2ff8a;if(!_0xc10905)return{'isValid':!0x1,'reason':'Source\x20name\x20cannot\x20be\x20empty'};const _0x259d6c=/[(),/:;<=>?@[\]{}\s-'"]/g,_0x453b31=!_0x259d6c[_0x338b21(0x253)](_0xc10905);if(_0x453b31)return{'isValid':_0x453b31,'reason':''};{const _0x13f810=_0xc10905['match'](_0x259d6c),_0x245ae1=[...new Set(_0x13f810)],_0x714890=_0x245ae1?.['map'](_0x631669=>'\x20'===_0x631669?'<whitespace>':_0x631669);return{'isValid':_0x453b31,'reason':_0xc10905+_0x338b21(0x29b)+_0x714890[_0x338b21(0x23a)](_0x338b21(0x2a5))};}},_0x455046[_0xb2ff8a(0x30c)]=_0x2c40bf=>{const _0x2d0413=_0xb2ff8a;const _0x5bde38=_0x2c40bf?Math[_0x2d0413(0x31c)](Buffer[_0x2d0413(0x280)](JSON[_0x2d0413(0x2eb)](_0x2c40bf),_0x2d0413(0x1fd))/0x400):0x0;return{'isValid':_0x5bde38<0x177,'errors':[_0x2d0413(0x33e)+_0x5bde38+_0x2d0413(0x1fa)]};},_0x455046[_0xb2ff8a(0x242)]=(_0x2f9120,_0x534690)=>{const _0x2a7d4c=_0xb2ff8a;const _0x5e7996=(0x0,_0x455046[_0x2a7d4c(0x2e5)])(),_0x479bff=[],_0x1181de=_0x5e7996[_0x2a7d4c(0x23d)](_0x2736d8,_0x2f9120);!_0x1181de&&_0x5e7996[_0x2a7d4c(0x1f9)]?.[_0x2a7d4c(0x330)]&&_0x479bff[_0x2a7d4c(0x297)](..._0x5e7996[_0x2a7d4c(0x1f9)]);let _0x2d18b3=!0x0;return _0x534690&&(_0x2d18b3=_0x5e7996[_0x2a7d4c(0x23d)](_0x12368b,_0x534690),!_0x2d18b3&&_0x5e7996[_0x2a7d4c(0x1f9)]?.['length']&&_0x479bff[_0x2a7d4c(0x297)](..._0x5e7996[_0x2a7d4c(0x1f9)])),_0x1181de&&_0x2d18b3?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0x479bff};},_0x455046[_0xb2ff8a(0x279)]=(_0x1e5ec7,_0x55aaca)=>{const _0x23c97a=_0xb2ff8a;const _0x29f4d7=(0x0,_0x455046[_0x23c97a(0x2e5)])(),_0x57866a=[];let _0x3409b2=!0x0;_0x55aaca&&(_0x3409b2=_0x29f4d7['validate'](_0x2edf58,_0x55aaca),_0x29f4d7[_0x23c97a(0x1f9)]&&_0x57866a[_0x23c97a(0x297)](..._0x29f4d7['errors']));const _0x2276a8=_0x29f4d7[_0x23c97a(0x23d)](_0x41d57b,_0x1e5ec7);return _0x29f4d7[_0x23c97a(0x1f9)]&&_0x57866a[_0x23c97a(0x297)](..._0x29f4d7['errors']),_0x2276a8&&_0x3409b2?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0x57866a};},_0x455046['validateUpdateMeshConfigSchema']=(_0x4df5e2,_0x193fb0)=>{const _0x3e7783=_0xb2ff8a;const _0x358286=(0x0,_0x455046[_0x3e7783(0x2e5)])(),_0x3fe372=[];let _0x424a33=!0x0;_0x193fb0&&(_0x424a33=_0x358286['validate'](_0x12368b,_0x193fb0),_0x358286[_0x3e7783(0x1f9)]&&_0x3fe372[_0x3e7783(0x297)](..._0x358286[_0x3e7783(0x1f9)]));const _0x49a805=_0x358286[_0x3e7783(0x23d)](_0x558b29,_0x4df5e2);return _0x358286['errors']&&_0x3fe372[_0x3e7783(0x297)](..._0x358286[_0x3e7783(0x1f9)]),_0x49a805&&_0x424a33?{'isValid':!0x0}:{'isValid':!0x1,'errors':_0x3fe372};},_0x455046[_0xb2ff8a(0x2ab)]=async _0x4ca520=>{const _0x5659fc=_0xb2ff8a;const _0x4eb938=await(_0x2333a0=>{const _0x9449e9=a0_0x3028;const _0x295745=_0x2333a0['sources'];if(0x0===_0x295745[_0x9449e9(0x330)])return{'isValid':!0x1,'reasons':['No\x20sources\x20provided.\x20Mesh\x20configuration\x20must\x20have\x20at\x20least\x20one\x20source.']};const _0x58db18=[],_0x44c999=new Set();return _0x295745['forEach'](_0x1590d6=>{const _0x1c12bd=_0x9449e9;const {isValid:_0xdc64cc,reason:_0x1ec207}=(0x0,_0x455046[_0x1c12bd(0x260)])(_0x1590d6[_0x1c12bd(0x351)]);_0xdc64cc||_0x58db18['push'](_0x1ec207),_0x44c999[_0x1c12bd(0x30a)]==_0x44c999[_0x1c12bd(0x248)](_0x1590d6['name'])['size']&&_0x58db18['push'](_0x1590d6[_0x1c12bd(0x351)]+_0x1c12bd(0x2e2));}),_0x44c999[_0x9449e9(0x30a)]!=_0x295745[_0x9449e9(0x330)]&&_0x58db18[_0x9449e9(0x297)]('Mesh\x20configuration\x20shouldn\x27t\x20have\x20source\x20name\x20repeated.'),{'isValid':0x0===_0x58db18[_0x9449e9(0x330)],'reasons':_0x58db18};})(_0x4ca520),_0x3cfb9e=await(_0x31cad2=>{const _0x48ba42=a0_0x3028;const _0x2a5c12=_0x31cad2[_0x48ba42(0x302)],_0xa5d25=/^Access-Control/i,_0x63e684=/^Cache-Control/i,_0x4cc0ca=[],_0xe6d97d=_0x2a5c12?.[_0x48ba42(0x337)];for(const _0x42c03a in _0xe6d97d)_0x42c03a['match'](_0xa5d25)&&_0x4cc0ca[_0x48ba42(0x297)](_0x42c03a+_0x48ba42(0x265)),_0x42c03a[_0x48ba42(0x2cd)](_0x63e684)&&''===Object[_0x48ba42(0x2bf)](Object[_0x48ba42(0x1f2)](_0xe6d97d)[_0x48ba42(0x26b)](([_0x499910,_0x539710])=>[_0x499910[_0x48ba42(0x246)](),_0x539710]))[_0x48ba42(0x335)]&&_0x4cc0ca[_0x48ba42(0x297)](_0x48ba42(0x227));return{'isValid':0x0===_0x4cc0ca['length'],'reasons':_0x4cc0ca};})(_0x4ca520),_0x2459a5=await(_0x297152=>{const _0x5c2ff4=a0_0x3028;const _0x36a99d=[],_0x289dba=_0x297152[_0x5c2ff4(0x31f)]?.['contextConfig']?.[_0x5c2ff4(0x2ce)],_0x232e4d=_0x289dba?.[_0x5c2ff4(0x293)];return _0x289dba&&_0x232e4d<=0x0&&_0x36a99d[_0x5c2ff4(0x297)]('Please\x20set\x20positive\x20value\x20greater\x20than\x20zero\x20for\x20ttl'),{'isValid':0x0===_0x36a99d['length'],'reasons':_0x36a99d};})(_0x4ca520),_0x3a7590=await(_0x43a8e0=>{const _0x272b0e=a0_0x3028;const _0x462c69=[];if(_0x272b0e(0x222)in _0x43a8e0){const _0x3c5fc6=_0x43a8e0[_0x272b0e(0x222)]?.[_0x272b0e(0x305)],_0x17794d=_0x43a8e0[_0x272b0e(0x222)]?.[_0x272b0e(0x1fe)];if(void 0x0===_0x3c5fc6&&void 0x0===_0x17794d)return{'isValid':!0x1,'reasons':[_0x272b0e(0x298)]};if(_0x3c5fc6&&(!Number[_0x272b0e(0x21a)](_0x3c5fc6)||_0x3c5fc6<0x0||_0x3c5fc6>Number(_0x112818))&&_0x462c69[_0x272b0e(0x297)](_0x272b0e(0x25f)+_0x112818+_0x272b0e(0x310)),_0x17794d&&0x0===_0x17794d[_0x272b0e(0x330)])return{'isValid':!0x1,'reasons':[_0x272b0e(0x2ee)]};const _0x292283=new Set(),_0x266e2e=new Set();_0x17794d?.['forEach'](_0x322d70=>{const _0x18d368=_0x272b0e;(!Number[_0x18d368(0x21a)](_0x322d70[_0x18d368(0x293)])||_0x322d70[_0x18d368(0x293)]<0x0||_0x322d70['ttl']>Number(_0x54728f))&&_0x462c69[_0x18d368(0x297)](_0x18d368(0x31b)+_0x322d70[_0x18d368(0x336)]+_0x18d368(0x250)+_0x54728f+'\x20seconds.'),_0x292283[_0x18d368(0x1f4)](_0x322d70['coordinate'])?_0x266e2e['add'](_0x322d70[_0x18d368(0x336)]):_0x292283['add'](_0x322d70[_0x18d368(0x336)]);}),_0x266e2e[_0x272b0e(0x30a)]>0x0&&_0x462c69['push'](_0x272b0e(0x2c2)+Array[_0x272b0e(0x2c1)](_0x266e2e)['join'](',\x20')+_0x272b0e(0x331));}const _0x346943=[...new Set(_0x462c69)];return{'isValid':0x0===_0x346943[_0x272b0e(0x330)],'reasons':_0x346943};})(_0x4ca520),_0x328b57=await(_0x3b1d21=>{const _0x25b302=a0_0x3028;const _0x30a059=[];if(_0x3b1d21[_0x25b302(0x2bb)]['forEach'](_0x441931=>{const _0x12ab98=_0x25b302;const {handler:_0x39944b}=_0x441931;Object['values'](_0x39944b)[_0x12ab98(0x267)](({operationHeaders:_0x268742,schemaHeaders:_0x4066fb})=>{const _0x5b77de=_0x12ab98;_0x268742&&_0x30a059['push'](...Object[_0x5b77de(0x33f)](_0x268742)),_0x4066fb&&_0x30a059['push'](...Object[_0x5b77de(0x33f)](_0x4066fb));});}),_0x30a059[_0x25b302(0x330)]){const _0x3fb4b4=[];return _0x30a059[_0x25b302(0x267)](_0x22eb30=>{const _0x3fe49d=_0x25b302;const _0x38c3a8=_0x22eb30[_0x3fe49d(0x23f)](_0x22eb30[_0x3fe49d(0x315)]('{')+0x1,_0x22eb30[_0x3fe49d(0x2c8)]('}'));_0x38c3a8&&_0x38c3a8[_0x3fe49d(0x31a)](_0x3fe49d(0x329))&&_0x3fb4b4[_0x3fe49d(0x297)](_0x3fe49d(0x27e)+_0x22eb30+_0x3fe49d(0x206));}),{'isValid':0x0===_0x3fb4b4[_0x25b302(0x330)],'reasons':_0x3fb4b4};}return{'isValid':!0x0,'reasons':[]};})(_0x4ca520),_0x4c6ae3=await(_0x2a0354=>{const _0x509bd0=a0_0x3028;const _0x2727b9=/^(https:\/\/)([\w-?%$-.+!*'(),&=]+\.)+[\w-]+[.a-zA-Z]+(\/[\/a-zA-Z0-9-?_%$-.+!*'(),&=:]*)?$/,_0x474767=/^.*\.(json|yaml)$/i;let _0x27d865=!0x0,_0x227c9f='',_0x5f5eef='';const _0x387971=[];return _0x509bd0(0x314)==='production'?.[_0x509bd0(0x246)]()?(_0x2a0354['sources'][_0x509bd0(0x267)](_0x2eef51=>{const _0x394171=_0x509bd0;if(_0x2eef51[_0x394171(0x317)][_0x394171(0x26c)])_0x2eef51[_0x394171(0x317)]['JsonSchema']['baseUrl']&&(_0x27d865=_0x2727b9['test'](_0x2eef51['handler'][_0x394171(0x26c)][_0x394171(0x2f3)]),_0x227c9f=_0x2eef51[_0x394171(0x317)][_0x394171(0x26c)][_0x394171(0x2f3)]);else if(_0x2eef51['handler'][_0x394171(0x2b1)])_0x2eef51[_0x394171(0x317)][_0x394171(0x2b1)]['source']?(_0x27d865=_0x2727b9['test'](_0x2eef51[_0x394171(0x317)][_0x394171(0x2b1)]['source']),_0x227c9f=_0x2eef51[_0x394171(0x317)][_0x394171(0x2b1)][_0x394171(0x20d)],_0x27d865||(_0x27d865=_0x474767['test'](_0x2eef51['handler'][_0x394171(0x2b1)]['source']),_0x27d865?_0x2eef51['handler']['openapi'][_0x394171(0x2f3)]&&(_0x27d865=_0x2727b9['test'](_0x2eef51[_0x394171(0x317)][_0x394171(0x2b1)][_0x394171(0x2f3)])):_0x5f5eef=_0x394171(0x212))):(_0x27d865=!0x1,_0x227c9f='',_0x5f5eef='Please\x20provide\x20a\x20valid\x20file\x20type\x20(json|yaml)\x20or\x20a\x20fully\x20qualified\x20domain.');else if(_0x2eef51[_0x394171(0x317)]['graphql']&&(_0x2eef51[_0x394171(0x317)][_0x394171(0x282)],0x1)){const _0x4acc29=_0x2eef51[_0x394171(0x317)][_0x394171(0x282)][_0x394171(0x2b2)];_0x27d865=_0x2727b9[_0x394171(0x253)](_0x4acc29),_0x227c9f=_0x4acc29;}_0x27d865||(''!==_0x5f5eef?_0x387971[_0x394171(0x297)](_0x5f5eef):_0x387971['push'](_0x227c9f+_0x394171(0x25c))),_0x5f5eef='',_0x27d865=!0x0;}),_0x387971[_0x509bd0(0x330)]>0x0&&(_0x27d865=!0x1),{'isValid':_0x27d865,'reasons':_0x387971}):{'isValid':_0x27d865,'reasons':[]};})(_0x4ca520),_0x56c05d=await(async _0x34f63b=>{const _0xe8a80f=a0_0x3028;if(_0x34f63b[_0xe8a80f(0x202)]?.['length']){const _0x26f60c=_0x34f63b[_0xe8a80f(0x202)][_0xe8a80f(0x26b)](_0xa23adb=>_0xa23adb['path'])[_0xe8a80f(0x304)](_0x4e90d2=>{const _0x37fcab=_0xe8a80f;const _0x6d2b7e=_0x1f8b76[_0x37fcab(0x26e)]['extname'](_0x4e90d2);return!['.js','.json'][_0x37fcab(0x31a)](_0x6d2b7e);});if(_0x26f60c[_0xe8a80f(0x330)])return{'isValid':!0x1,'reasons':[_0xe8a80f(0x2c4)+_0x26f60c[_0xe8a80f(0x23a)](_0xe8a80f(0x2a5))+')']};const _0x4fbc41=_0x34f63b[_0xe8a80f(0x202)][_0xe8a80f(0x26b)](_0x2e8450=>_0x2e8450[_0xe8a80f(0x2d0)])['filter'](_0x6ff322=>_0x1f8b76[_0xe8a80f(0x26e)]['basename'](_0x6ff322)['length']>0x19);if(_0x4fbc41['length'])return{'isValid':!0x1,'reasons':['Mesh\x20file\x20names\x20must\x20be\x20less\x20than\x2025\x20characters.\x20The\x20following\x20files\x20are\x20invalid:\x20'+_0x4fbc41[_0xe8a80f(0x23a)](_0xe8a80f(0x2a5))]};const _0x475c40=_0x34f63b['files'][_0xe8a80f(0x304)](_0x4341b4=>'.js'===_0x1f8b76[_0xe8a80f(0x26e)][_0xe8a80f(0x207)](_0x4341b4[_0xe8a80f(0x2d0)])),_0x57b008=await _0x475c40[_0xe8a80f(0x26b)](async _0x2443fc=>{const _0x574657=_0xe8a80f;const {path:_0x4bf595,content:_0x2eeb8e}=_0x2443fc;try{const _0x2ce6ca=await _0x447e0b[_0x574657(0x26f)](_0x2eeb8e);if(_0x2ce6ca){const _0x4ced66=_0x2ce6ca[_0x574657(0x26b)](({messages:_0x2a74fb})=>{const _0x1af349=_0x574657;if(_0x2a74fb['length'])return _0x2a74fb[_0x1af349(0x26b)](({message:_0x5ac678})=>_0x5ac678)['join'](_0x1af349(0x2a5));})[_0x574657(0x304)](_0x33dfd7=>_0x33dfd7);if(_0x4ced66[_0x574657(0x330)])return _0x574657(0x344)+_0x4bf595+':\x20'+_0x4ced66[_0x574657(0x23a)](_0x574657(0x2a5));}}catch(_0x51e8db){console['error'](_0x51e8db);}}),_0x48b962=(await Promise[_0xe8a80f(0x2d1)](_0x57b008))[_0xe8a80f(0x304)](_0x52aa36=>_0x52aa36);if(_0x48b962[_0xe8a80f(0x330)])return{'isValid':!0x1,'reasons':_0x48b962};}return{'isValid':!0x0,'reasons':[]};})(_0x4ca520),_0x3d7bcd=_0x4eb938['isValid']&&_0x3cfb9e[_0x5659fc(0x321)]&&_0x2459a5['isValid']&&_0x3a7590[_0x5659fc(0x321)]&&_0x328b57[_0x5659fc(0x321)]&&_0x4c6ae3[_0x5659fc(0x321)]&&_0x56c05d[_0x5659fc(0x321)];return{'isValid':_0x3d7bcd,'reasons':_0x3d7bcd?[]:[..._0x4eb938['reasons'],..._0x3cfb9e[_0x5659fc(0x239)],..._0x2459a5[_0x5659fc(0x239)],..._0x3a7590[_0x5659fc(0x239)],..._0x328b57[_0x5659fc(0x239)],..._0x4c6ae3[_0x5659fc(0x239)],..._0x56c05d[_0x5659fc(0x239)]]};},_0x455046[_0xb2ff8a(0x287)]=async _0x3b7929=>{const _0x4bc67b=_0xb2ff8a;try{return JSON['parse'](_0x3b7929),{'isValid':!0x1,'reasons':_0x4bc67b(0x213)};}catch(_0x3809a8){try{if(_0x4bc67b(0x273)==typeof _0xae44d7[_0x4bc67b(0x26e)][_0x4bc67b(0x22e)](_0x3b7929))return{'isValid':!0x1,'reasons':_0x4bc67b(0x316)};}catch(_0x4bf3dc){return _0x4bc67b(0x26d)===_0x4bf3dc['code']?{'isValid':!0x1,'reasons':_0x4bc67b(0x320)+_0x4bf3dc[_0x4bc67b(0x255)]}:_0x4bc67b(0x23c)===_0x4bf3dc[_0x4bc67b(0x32c)]?{'isValid':!0x1,'reasons':'YAML\x20parsing\x20error,\x20duplicate\x20keys\x20found\x20at\x20line,\x20pos\x20'+_0x4bf3dc[_0x4bc67b(0x255)]+_0x4bc67b(0x2b3)}:{'isValid':!0x1,'reasons':_0x4bc67b(0x2ba)+_0x4bf3dc[_0x4bc67b(0x32c)]+'\x20'+_0x4bf3dc['message']};}}return{'isValid':!0x0,'reasons':_0x4bc67b(0x274)};};},0x3a4:(_0x54abfd,_0xba6605)=>{const _0x2025b5=a0_0x3028;Object[_0x2025b5(0x2c9)](_0xba6605,_0x2025b5(0x27b),{'value':!0x0}),_0xba6605[_0x2025b5(0x219)]=void 0x0,_0xba6605[_0x2025b5(0x219)]=(_0x236628,_0x4cb00d,_0x19aad4)=>{const _0x1b0c01=_0x2025b5;const _0x126675={},_0x168ac7=new Map();return _0x236628&&(_0x236628[_0x1b0c01(0x2bb)][_0x1b0c01(0x267)](_0x5ef72c=>{const _0x50ea78=_0x1b0c01;_0x5ef72c[_0x50ea78(0x302)]&&_0x5ef72c['responseConfig']['headers']&&_0x168ac7['set'](_0x5ef72c['name'],_0x5ef72c[_0x50ea78(0x302)][_0x50ea78(0x337)]);}),_0x4cb00d?.['forEach'](_0x6aca2d=>{const _0x5d1d16=_0x1b0c01;const _0x4354bc=_0x168ac7['get'](_0x6aca2d[_0x5d1d16(0x20d)]),_0xea9209=_0x4354bc?.[_0x5d1d16(0x26b)](_0x12a3d9=>_0x12a3d9[_0x5d1d16(0x246)]()),_0x5b9f5d=_0x6aca2d[_0x5d1d16(0x351)]['toLowerCase']();(_0x19aad4||_0xea9209&&_0xea9209[_0x5d1d16(0x31a)](_0x5b9f5d))&&(_0x5b9f5d[_0x5d1d16(0x25e)](_0x5d1d16(0x27c))?_0x6aca2d[_0x5d1d16(0x33f)]?.[_0x5d1d16(0x267)](_0x1547fb=>{const _0x115cac=_0x5d1d16;const _0x51ddb3=_0x126675[_0x5b9f5d]||[];_0x51ddb3[_0x115cac(0x31a)](_0x1547fb)||(_0x126675[_0x5b9f5d]=_0x51ddb3[_0x115cac(0x325)](_0x1547fb));}):_0x126675[_0x5b9f5d]=_0x6aca2d['values']);})),delete _0x126675[_0x1b0c01(0x201)],_0x126675||{};},_0xba6605[_0x2025b5(0x26e)]=_0xba6605[_0x2025b5(0x219)];},0x359:(_0xdd1bca,_0xcaa2d3,_0x4a33ee)=>{const _0x5252b8=a0_0x3028;Object[_0x5252b8(0x2c9)](_0xcaa2d3,_0x5252b8(0x27b),{'value':!0x0}),_0xcaa2d3[_0x5252b8(0x2a1)]=void 0x0;const _0xabce7f=_0x4a33ee(0x1d0),_0x2bd171=_0x4a33ee(0x3a5);_0xcaa2d3[_0x5252b8(0x2a1)]=(_0x1db296,_0x348091,_0xc9ab7e,_0x3d690c)=>{const _0x2b7786=_0x5252b8;const _0x4c5694=(0x0,_0x2bd171[_0x2b7786(0x217)])()&&process[_0x2b7786(0x216)][_0x2b7786(0x24f)]&&'TI'===process[_0x2b7786(0x216)]['API_MESH_TIER'];if('post'===_0xc9ab7e[_0x2b7786(0x246)]()&&!_0x4c5694){const _0x164181=Object[_0x2b7786(0x2bf)](Object[_0x2b7786(0x1f2)](_0x348091)[_0x2b7786(0x26b)](([_0x56b851,_0xbff411])=>[_0x56b851[_0x2b7786(0x246)](),_0xbff411]));if(delete _0x164181[_0x2b7786(0x335)],_0x1db296&&_0x1db296[_0x2b7786(0x337)]){const _0x123a3e=Object['fromEntries'](Object['entries'](_0x1db296[_0x2b7786(0x337)])['map'](([_0x3a371e,_0x869661])=>[_0x3a371e[_0x2b7786(0x246)](),_0x869661[_0x2b7786(0x246)]()]));return delete _0x123a3e[_0x2b7786(0x335)],{..._0x123a3e}||{};}return{..._0x164181}||{};}if(_0x1db296&&_0x1db296[_0x2b7786(0x337)])return{...Object[_0x2b7786(0x2bf)](Object[_0x2b7786(0x1f2)](_0x1db296[_0x2b7786(0x337)])[_0x2b7786(0x26b)](([_0x3d93a4,_0x2b035b])=>[_0x3d93a4[_0x2b7786(0x246)](),_0x2b035b['toLowerCase']()])),..._0x348091}||{};if(_0x3d690c){const _0x11c54e=(0x0,_0xabce7f[_0x2b7786(0x276)])(_0x3d690c);return{..._0x348091,..._0x11c54e}||{};}return{..._0x348091}||{};},_0xcaa2d3[_0x5252b8(0x26e)]=_0xcaa2d3[_0x5252b8(0x2a1)];},0x3a5:(_0x20b997,_0x480e1f)=>{const _0x2acfdc=a0_0x3028;function _0x3e9874(){const _0x276896=a0_0x3028;try{return _0x276896(0x2a2)===navigator?.[_0x276896(0x27d)];}catch(_0x5a8fdb){return!0x1;}}Object[_0x2acfdc(0x2c9)](_0x480e1f,_0x2acfdc(0x27b),{'value':!0x0}),_0x480e1f[_0x2acfdc(0x2fb)]=_0x480e1f[_0x2acfdc(0x217)]=void 0x0,_0x480e1f[_0x2acfdc(0x217)]=function(){return!_0x3e9874();},_0x480e1f[_0x2acfdc(0x2fb)]=function(){return _0x3e9874();};},0x2c6:function(_0x2f14a8,_0x4d16ea,_0x2dbfea){const _0x342805=a0_0x3028;var _0x1721fa=this&&this[_0x342805(0x1fb)]||(Object[_0x342805(0x24d)]?function(_0x133c50,_0x2feac7,_0x1793f9,_0x5829b6){const _0x2be967=_0x342805;void 0x0===_0x5829b6&&(_0x5829b6=_0x1793f9);var _0x1c78d4=Object[_0x2be967(0x352)](_0x2feac7,_0x1793f9);_0x1c78d4&&!(_0x2be967(0x29a)in _0x1c78d4?!_0x2feac7['__esModule']:_0x1c78d4[_0x2be967(0x28f)]||_0x1c78d4[_0x2be967(0x22a)])||(_0x1c78d4={'enumerable':!0x0,'get':function(){return _0x2feac7[_0x1793f9];}}),Object[_0x2be967(0x2c9)](_0x133c50,_0x5829b6,_0x1c78d4);}:function(_0x3d0c70,_0x22b083,_0x2b769e,_0x1c2ce1){void 0x0===_0x1c2ce1&&(_0x1c2ce1=_0x2b769e),_0x3d0c70[_0x1c2ce1]=_0x22b083[_0x2b769e];}),_0x36d69f=this&&this[_0x342805(0x20c)]||function(_0x3e47df,_0x907f25){const _0x525079=_0x342805;for(var _0x30b58c in _0x3e47df)_0x525079(0x26e)===_0x30b58c||Object[_0x525079(0x2c3)]['hasOwnProperty'][_0x525079(0x2da)](_0x907f25,_0x30b58c)||_0x1721fa(_0x907f25,_0x3e47df,_0x30b58c);};Object[_0x342805(0x2c9)](_0x4d16ea,_0x342805(0x27b),{'value':!0x0}),_0x36d69f(_0x2dbfea(0x1a3),_0x4d16ea);},0x1a3:(_0x1c10ca,_0x25b09)=>{const _0x5375ab=a0_0x3028;var _0x2b3e5f;Object[_0x5375ab(0x2c9)](_0x25b09,_0x5375ab(0x27b),{'value':!0x0}),_0x25b09[_0x5375ab(0x32d)]=void 0x0,(_0x2b3e5f=_0x25b09[_0x5375ab(0x32d)]||(_0x25b09[_0x5375ab(0x32d)]={}))[_0x5375ab(0x328)]=_0x5375ab(0x328),_0x2b3e5f[_0x5375ab(0x20a)]=_0x5375ab(0x20a),_0x2b3e5f[_0x5375ab(0x231)]=_0x5375ab(0x231),_0x2b3e5f[_0x5375ab(0x295)]=_0x5375ab(0x295),_0x2b3e5f[_0x5375ab(0x2de)]=_0x5375ab(0x2de);},0x295:function(_0xc3de8d,_0x275a3e,_0x14a5c3){const _0x2eb3e8=a0_0x3028;var _0x1fa66c=this&&this[_0x2eb3e8(0x1fb)]||(Object[_0x2eb3e8(0x24d)]?function(_0x2f20cf,_0x264362,_0x24a383,_0x55e5b4){const _0x5ca6db=_0x2eb3e8;void 0x0===_0x55e5b4&&(_0x55e5b4=_0x24a383);var _0x342294=Object[_0x5ca6db(0x352)](_0x264362,_0x24a383);_0x342294&&!(_0x5ca6db(0x29a)in _0x342294?!_0x264362['__esModule']:_0x342294[_0x5ca6db(0x28f)]||_0x342294[_0x5ca6db(0x22a)])||(_0x342294={'enumerable':!0x0,'get':function(){return _0x264362[_0x24a383];}}),Object[_0x5ca6db(0x2c9)](_0x2f20cf,_0x55e5b4,_0x342294);}:function(_0x278b4b,_0x411529,_0x44ecaf,_0x430283){void 0x0===_0x430283&&(_0x430283=_0x44ecaf),_0x278b4b[_0x430283]=_0x411529[_0x44ecaf];}),_0x5977f1=this&&this[_0x2eb3e8(0x20c)]||function(_0x596646,_0xd7c1dd){const _0x4335cb=_0x2eb3e8;for(var _0x45a476 in _0x596646)_0x4335cb(0x26e)===_0x45a476||Object['prototype'][_0x4335cb(0x210)][_0x4335cb(0x2da)](_0xd7c1dd,_0x45a476)||_0x1fa66c(_0xd7c1dd,_0x596646,_0x45a476);};Object[_0x2eb3e8(0x2c9)](_0x275a3e,_0x2eb3e8(0x27b),{'value':!0x0}),_0x5977f1(_0x14a5c3(0x1a3),_0x275a3e);},0xef:(_0x531892,_0x491878,_0x298f3f)=>{const _0x5785b7=a0_0x3028;Object['defineProperty'](_0x491878,_0x5785b7(0x27b),{'value':!0x0}),_0x491878['decryptSecrets']=_0x491878['changeDynamicHeadersToLowercase']=_0x491878[_0x5785b7(0x2ef)]=void 0x0;const _0x8e3628=_0x298f3f(0x18a),_0x24b0f0=_0x298f3f(0x71);_0x491878[_0x5785b7(0x2ef)]=process[_0x5785b7(0x216)]['API_MESH_TIER']&&'TI'===process[_0x5785b7(0x216)][_0x5785b7(0x24f)],_0x491878['changeDynamicHeadersToLowercase']=function(_0x3fe83f){const _0x2c1e8e=_0x5785b7;return _0x3fe83f['sources'][_0x2c1e8e(0x267)](_0x4953fa=>{const _0x4910d6=_0x2c1e8e;const {handler:_0x49690e}=_0x4953fa;Object['values'](_0x49690e)[_0x4910d6(0x267)](({operationHeaders:_0x2291a5,schemaHeaders:_0x4e6343})=>{const _0x3429ac=_0x4910d6;(_0x2291a5||_0x4e6343)&&(_0x4953fa[_0x3429ac(0x317)]=JSON['parse'](JSON[_0x3429ac(0x2eb)](_0x4953fa[_0x3429ac(0x317)])['replace'](/(context\.headers[^}]*)/g,(_0x4aa72c,_0x5596e9)=>_0x5596e9[_0x3429ac(0x246)]())));});}),_0x3fe83f;},_0x491878['decryptSecrets']=async(_0x45eed0,_0x221b2b)=>{const _0x7de348=_0x5785b7;try{const _0xdb90f3=JSON['parse'](_0x45eed0),_0x4b7a55=_0x24b0f0[_0x7de348(0x2f8)]({'key':_0x221b2b,'padding':_0x24b0f0[_0x7de348(0x283)][_0x7de348(0x21f)]},Buffer['from'](_0xdb90f3['key'],_0x7de348(0x30b))),_0x5e3df1=_0x24b0f0['createDecipheriv'](_0x7de348(0x2df),_0x4b7a55,Buffer['from'](_0xdb90f3['iv'],_0x7de348(0x30b)));let _0x25637f=_0x5e3df1[_0x7de348(0x234)](_0xdb90f3[_0x7de348(0x22b)],_0x7de348(0x30b),_0x7de348(0x1fd));return _0x25637f+=_0x5e3df1[_0x7de348(0x224)]('utf8'),{'wasDecryptionSuccessful':!0x0,'decryptedData':_0x25637f};}catch(_0x2ad38d){return _0x8e3628[_0x7de348(0x236)]['info'](_0x7de348(0x230)+_0x2ad38d),{'wasDecryptionSuccessful':!0x1,'decryptedData':''};}};},0x18a:function(_0x4414f8,_0x567222,_0x1560dd){const _0x4e747d=a0_0x3028;var _0x55c1ba=this&&this[_0x4e747d(0x33d)]||function(_0x5bb37c){const _0x175c5b=_0x4e747d;return _0x5bb37c&&_0x5bb37c[_0x175c5b(0x27b)]?_0x5bb37c:{'default':_0x5bb37c};};Object['defineProperty'](_0x567222,_0x4e747d(0x27b),{'value':!0x0}),_0x567222[_0x4e747d(0x236)]=void 0x0;const _0x2ceddb=_0x55c1ba(_0x1560dd(0x221));_0x567222[_0x4e747d(0x236)]=(0x0,_0x2ceddb[_0x4e747d(0x26e)])({'level':process[_0x4e747d(0x216)]['LOG_LEVEL']||_0x4e747d(0x2d2)});},0x378:_0x54e53f=>{const _0x493b53=a0_0x3028;_0x54e53f['exports']=require(_0x493b53(0x2cb));},0x7f:_0x222136=>{const _0xafdad1=a0_0x3028;_0x222136['exports']=require(_0xafdad1(0x301));},0x221:_0xf7bc87=>{const _0x4f2f9d=a0_0x3028;_0xf7bc87['exports']=require(_0x4f2f9d(0x345));},0x42:_0x18ce3b=>{const _0x3920d5=a0_0x3028;_0x18ce3b[_0x3920d5(0x2fd)]=require(_0x3920d5(0x2b6));},0x71:_0x2de379=>{const _0x2084e4=a0_0x3028;_0x2de379[_0x2084e4(0x2fd)]=require(_0x2084e4(0x289));},0x93:_0x31bfa6=>{const _0x435f69=a0_0x3028;_0x31bfa6[_0x435f69(0x2fd)]=require('fs');},0x11:_0x506bb7=>{_0x506bb7['exports']=require('path');},0x189:_0x542e2d=>{const _0x565323=a0_0x3028;_0x542e2d[_0x565323(0x2fd)]=JSON[_0x565323(0x22e)](_0x565323(0x2ca));},0x3ad:_0x1f077c=>{const _0x2f6fe1=a0_0x3028;_0x1f077c['exports']=JSON['parse'](_0x2f6fe1(0x326));},0x380:_0x4770f6=>{const _0x44229d=a0_0x3028;_0x4770f6[_0x44229d(0x2fd)]=JSON[_0x44229d(0x22e)](_0x44229d(0x30d));},0x3a3:_0x1e8ca5=>{const _0x5d9752=a0_0x3028;_0x1e8ca5[_0x5d9752(0x2fd)]=JSON['parse'](_0x5d9752(0x2fe));},0x2af:_0x3cb121=>{const _0x3949be=a0_0x3028;_0x3cb121[_0x3949be(0x2fd)]=JSON['parse'](_0x3949be(0x28b));},0x151:_0x1e599e=>{const _0x2a0a68=a0_0x3028;_0x1e599e[_0x2a0a68(0x2fd)]=JSON['parse'](_0x2a0a68(0x2dc));}},_0x2e1373={};function _0x5f5a0e(_0x3e1ea4){const _0x4c2e28=a0_0x3028;var _0x2d6299=_0x2e1373[_0x3e1ea4];if(void 0x0!==_0x2d6299)return _0x2d6299['exports'];var _0x366d08=_0x2e1373[_0x3e1ea4]={'exports':{}};return _0xaa9289[_0x3e1ea4][_0x4c2e28(0x2da)](_0x366d08[_0x4c2e28(0x2fd)],_0x366d08,_0x366d08['exports'],_0x5f5a0e),_0x366d08[_0x4c2e28(0x2fd)];}_0x5f5a0e['n']=_0x14942b=>{const _0x230f31=a0_0x3028;var _0x137345=_0x14942b&&_0x14942b['__esModule']?()=>_0x14942b[_0x230f31(0x26e)]:()=>_0x14942b;return _0x5f5a0e['d'](_0x137345,{'a':_0x137345}),_0x137345;},_0x5f5a0e['d']=(_0x4bea9b,_0x3cbbfe)=>{for(var _0xdf797f in _0x3cbbfe)_0x5f5a0e['o'](_0x3cbbfe,_0xdf797f)&&!_0x5f5a0e['o'](_0x4bea9b,_0xdf797f)&&Object['defineProperty'](_0x4bea9b,_0xdf797f,{'enumerable':!0x0,'get':_0x3cbbfe[_0xdf797f]});},_0x5f5a0e['o']=(_0x37612c,_0x389c77)=>Object[_0x27ee63(0x2c3)][_0x27ee63(0x210)][_0x27ee63(0x2da)](_0x37612c,_0x389c77),_0x5f5a0e['r']=_0xcb97bf=>{const _0x4a6ba1=_0x27ee63;'undefined'!=typeof Symbol&&Symbol[_0x4a6ba1(0x350)]&&Object[_0x4a6ba1(0x2c9)](_0xcb97bf,Symbol[_0x4a6ba1(0x350)],{'value':_0x4a6ba1(0x2c5)}),Object['defineProperty'](_0xcb97bf,_0x4a6ba1(0x27b),{'value':!0x0});};var _0x2f1cd7={};((()=>{const _0x460e65=_0x27ee63;_0x5f5a0e['r'](_0x2f1cd7),_0x5f5a0e['d'](_0x2f1cd7,{'default':()=>_0x10f82d});const _0x19f6ff=require(_0x460e65(0x353));var _0x382f9a=_0x5f5a0e(0x22b);const _0x220944=require('child_process'),_0x523645=require('fs-extra');var _0x3aa3f4=_0x5f5a0e['n'](_0x523645);const _0x27a082=require(_0x460e65(0x2f2));var _0x27c40e=_0x5f5a0e['n'](_0x27a082);const _0xd3c697=require('glob');var _0x4be273=_0x5f5a0e(0x11),_0x3d912e=_0x5f5a0e['n'](_0x4be273);class _0x2e39ab extends Error{['name'];[_0x460e65(0x355)];[_0x460e65(0x2e1)];[_0x460e65(0x254)];constructor(_0x2d5ff9,_0x4be795,_0x21aee1,_0x3d6e31){const _0x1510b4=_0x460e65;super(_0x2d5ff9),this[_0x1510b4(0x351)]=_0x4be795,this[_0x1510b4(0x254)]=_0x19f6ff['requestContext']['get']('requestId'),this[_0x1510b4(0x355)]=_0x21aee1,this[_0x1510b4(0x2e1)]=_0x3d6e31;}}function _0x34d293(_0x59081c){const _0x48abd2=_0x460e65;let _0x505fe7=_0x59081c;for(;!_0x3aa3f4()['existsSync'](_0x3d912e()[_0x48abd2(0x23a)](_0x505fe7,'package.json'));)_0x505fe7=_0x3d912e()[_0x48abd2(0x23a)](_0x505fe7,'..');return console['log'](_0x48abd2(0x243),_0x505fe7),_0x505fe7;}var _0x3a1505=_0x5f5a0e(0x221);const _0x3c6a14=_0x5f5a0e['n'](_0x3a1505)()({'level':process[_0x460e65(0x216)][_0x460e65(0x303)]||_0x460e65(0x2d2),'mixin':()=>({'requestId':_0x19f6ff[_0x460e65(0x2c7)][_0x460e65(0x29a)](_0x460e65(0x254)),'container':process['env']['API_MESH_TIER']})}),_0x10f82d={'buildMesh':async function(_0x229ffc,_0xe49f94){const _0x58ed5a=_0x460e65;const _0x53a3fb=_0x34d293(process[_0x58ed5a(0x338)]());!function(_0x19b3f9,_0x17bf51){const _0x1cb0ec=_0x58ed5a;_0x3aa3f4()[_0x1cb0ec(0x270)](_0x3d912e()['resolve'](''+_0x17bf51,'meshes'))||_0x3aa3f4()[_0x1cb0ec(0x2af)](_0x3d912e()[_0x1cb0ec(0x27a)](''+_0x17bf51,_0x1cb0ec(0x244))),_0x3aa3f4()[_0x1cb0ec(0x270)](_0x3d912e()['resolve'](''+_0x17bf51,'mesh-artifact'))||_0x3aa3f4()[_0x1cb0ec(0x2af)](_0x3d912e()[_0x1cb0ec(0x27a)](''+_0x17bf51,_0x1cb0ec(0x257))),_0x3aa3f4()[_0x1cb0ec(0x270)](_0x3d912e()[_0x1cb0ec(0x27a)](''+_0x17bf51,_0x1cb0ec(0x272)))||_0x3aa3f4()['mkdirSync'](_0x3d912e()[_0x1cb0ec(0x27a)](''+_0x17bf51,_0x1cb0ec(0x272))),_0x3aa3f4()[_0x1cb0ec(0x278)](_0x17bf51+'/'+_0x19b3f9+_0x1cb0ec(0x2b8));}(_0x229ffc,_0x53a3fb);const _0x462bc2=_0x220944[_0x58ed5a(0x266)];_0x3c6a14[_0x58ed5a(0x2d2)](_0x58ed5a(0x258)+_0x229ffc);try{const _0x3705cc=()=>{const _0x493d7d=_0x58ed5a;const _0x493032=_0x3aa3f4()[_0x493d7d(0x34a)](_0x53a3fb+'/'+_0x229ffc+'.txt',_0x493d7d(0x1fd))[_0x493d7d(0x349)](_0x493d7d(0x2b0),'');_0x3aa3f4()[_0x493d7d(0x2d5)](_0x53a3fb+'/'+_0x229ffc+'.txt',_0x493032,_0x493d7d(0x1fd));};await async function(_0x4c9278,_0x2e7660){const _0x68dedd=_0x58ed5a;try{(0x0,_0x382f9a[_0x68dedd(0x1fc)])(_0x4c9278,_0x2e7660),(0x0,_0x382f9a['materializeTenantFiles'])(_0x4c9278,_0x2e7660);}catch(_0x4120f7){throw _0x3c6a14[_0x68dedd(0x231)](_0x4120f7,_0x68dedd(0x300)),new _0x2e39ab(_0x68dedd(0x28a)+_0x4120f7,_0x68dedd(0x20e),_0x19f6ff[_0x68dedd(0x2c7)][_0x68dedd(0x29a)]('requestId'));}}(_0x229ffc,_0xe49f94),_0xe49f94[_0x58ed5a(0x33a)]=[..._0xe49f94['plugins']||[],{'httpDetailsExtensions':{}}],_0x3c6a14[_0x58ed5a(0x2d2)](_0x58ed5a(0x205)+_0x53a3fb+'/'+_0x229ffc+_0x58ed5a(0x247)),_0x3aa3f4()[_0x58ed5a(0x270)](_0x3d912e()[_0x58ed5a(0x27a)](''+_0x53a3fb,''+_0x229ffc))||_0x3aa3f4()[_0x58ed5a(0x2af)](_0x3d912e()['resolve'](''+_0x53a3fb,''+_0x229ffc)),_0xe49f94['files']&&(_0x3aa3f4()[_0x58ed5a(0x2d5)](_0x3d912e()[_0x58ed5a(0x27a)](''+_0x53a3fb,_0x229ffc,_0x58ed5a(0x323)),JSON[_0x58ed5a(0x2eb)](_0xe49f94)),delete _0xe49f94[_0x58ed5a(0x202)]),_0x3c6a14[_0x58ed5a(0x2d2)](_0x58ed5a(0x319)+JSON[_0x58ed5a(0x2eb)](_0xe49f94)),_0x3aa3f4()[_0x58ed5a(0x2d5)](_0x3d912e()[_0x58ed5a(0x27a)](''+_0x53a3fb,''+_0x229ffc,_0x58ed5a(0x232)),JSON['stringify'](_0xe49f94)),_0x3c6a14[_0x58ed5a(0x2d2)](_0x58ed5a(0x313)),_0x3aa3f4()[_0x58ed5a(0x2d9)](_0x3d912e()['resolve'](''+_0x53a3fb,''+_0x229ffc,_0x58ed5a(0x232)),0x1fd),_0x3c6a14['info']('running\x20graphqlMesh().....');try{return new Promise((_0x49596e,_0x39e99e)=>{const _0x205c83=_0x58ed5a;const _0x4b8def=_0x3aa3f4()[_0x205c83(0x286)](_0x229ffc+'.txt',{'flags':'a'}),_0x4cb95c=_0x462bc2(_0x205c83(0x269),[_0x3d912e()[_0x205c83(0x27a)](__dirname,'scripts/buildMesh.js'),_0x3d912e()[_0x205c83(0x27a)](_0x53a3fb,_0x229ffc)],{});_0x4cb95c[_0x205c83(0x215)][_0x205c83(0x333)](_0x4b8def),_0x4cb95c[_0x205c83(0x34c)]['pipe'](_0x4b8def),_0x4cb95c['on']('close',function(_0x190178){const _0x2c6105=_0x205c83;_0x3c6a14[_0x2c6105(0x2d2)](_0x2c6105(0x235)+_0x190178),_0x3705cc(),0x0===_0x190178?_0x49596e(!0x0):_0x39e99e(!0x1);}),_0x4cb95c['on'](_0x205c83(0x231),function(_0x2fabb4){const _0x51a57f=_0x205c83;_0x3c6a14['error'](_0x51a57f(0x308)+_0x2fabb4[_0x51a57f(0x2f9)]),_0x3c6a14[_0x51a57f(0x231)](_0x2fabb4),_0x3705cc(),_0x39e99e(_0x2fabb4);});})['then'](()=>(_0x3c6a14[_0x58ed5a(0x2d2)](_0x58ed5a(0x357)),function(_0x4534d9,_0x53a0b5){const _0x44492a=_0x58ed5a;try{_0x3aa3f4()[_0x44492a(0x226)](_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,'mesh-artifact',_0x4534d9)),_0x3aa3f4()[_0x44492a(0x34e)](_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,_0x4534d9,_0x44492a(0x1ff)),_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,'mesh-artifact',''+_0x4534d9)),_0x3aa3f4()[_0x44492a(0x238)](_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,_0x4534d9,_0x44492a(0x232)),_0x3d912e()['resolve'](''+_0x53a0b5,'mesh-artifact',''+_0x4534d9,_0x44492a(0x232))),_0x3aa3f4()[_0x44492a(0x270)](_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,_0x4534d9,_0x44492a(0x323)))&&_0x3aa3f4()[_0x44492a(0x238)](_0x3d912e()['resolve'](''+_0x53a0b5,_0x4534d9,_0x44492a(0x323)),_0x3d912e()['resolve'](''+_0x53a0b5,_0x44492a(0x257),''+_0x4534d9,_0x44492a(0x323))),_0x3aa3f4()[_0x44492a(0x270)](_0x3d912e()['resolve'](''+_0x53a0b5,_0x4534d9,_0x44492a(0x2dd)))&&_0x3aa3f4()[_0x44492a(0x34e)](_0x3d912e()['resolve'](''+_0x53a0b5,_0x4534d9,'tenantFiles'),_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,'mesh-artifact',_0x44492a(0x2dd))),_0x3aa3f4()['removeSync'](_0x3d912e()[_0x44492a(0x27a)](''+_0x53a0b5,_0x4534d9));}catch(_0x3110cc){throw _0x3c6a14['error'](_0x3110cc,_0x44492a(0x291)),_0x3110cc;}}(_0x229ffc,_0x53a3fb),_0x3c6a14['info'](_0x58ed5a(0x348)),!0x0))[_0x58ed5a(0x20f)](_0x5ef831=>{const _0x543d1d=_0x58ed5a;_0x3c6a14[_0x543d1d(0x231)](_0x5ef831,'An\x20error\x20occurred\x20in\x20graphqlMesh()');const _0x4208af=_0x3aa3f4()[_0x543d1d(0x34a)](_0x53a3fb+'/'+_0x229ffc+_0x543d1d(0x2b8),_0x543d1d(0x1fd));throw new _0x2e39ab(_0x4208af,_0x543d1d(0x20e),_0x19f6ff[_0x543d1d(0x2c7)][_0x543d1d(0x29a)](_0x543d1d(0x254)));});}catch(_0x49b285){_0x3c6a14[_0x58ed5a(0x231)](_0x49b285,_0x58ed5a(0x214));const _0xf16cf8=_0x49b285[_0x58ed5a(0x355)][_0x58ed5a(0x349)](_0x58ed5a(0x2b0),'');if(_0x3aa3f4()[_0x58ed5a(0x2d5)](_0x229ffc+_0x58ed5a(0x2b8),_0xf16cf8),_0x49b285 instanceof Error)throw new _0x2e39ab(_0xf16cf8,'MeshBuildError',_0x19f6ff[_0x58ed5a(0x2c7)][_0x58ed5a(0x29a)](_0x58ed5a(0x254)));}}catch(_0x37f12d){throw _0x3c6a14[_0x58ed5a(0x231)](_0x37f12d,'An\x20error\x20occurred\x20in\x20meshBuilder.BuildMesh()'),_0x37f12d;}},'compileMesh':async function(_0x320df1){const _0x2d9a7d=_0x460e65;const _0x2c20f7=_0x34d293(process[_0x2d9a7d(0x338)]()),_0x5011a6=_0x3d912e()[_0x2d9a7d(0x27a)](_0x2c20f7,_0x2d9a7d(0x257),_0x320df1),_0xa546f1={'compilerOptions':{'module':_0x27c40e()['ModuleKind'][_0x2d9a7d(0x2c6)],'esModuleInterop':!0x0,'moduleResolution':0x2}};return _0x3c6a14[_0x2d9a7d(0x2d2)](_0x2d9a7d(0x2a9)+_0x5011a6+_0x2d9a7d(0x251)),(0x0,_0xd3c697[_0x2d9a7d(0x2e7)])(_0x5011a6+_0x2d9a7d(0x32b),{'dot':!0x0})[_0x2d9a7d(0x307)](_0xc82e62=>{const _0x5e2329=[];return _0xc82e62['forEach'](async _0x51972a=>{const _0xfd7c42=a0_0x3028;_0x5e2329[_0xfd7c42(0x297)](new Promise((_0x2f5ce1,_0x2922dd)=>{const _0x66db60=_0xfd7c42;_0x3aa3f4()['readFile'](_0x51972a,_0x66db60(0x1fd))[_0x66db60(0x307)](_0x3cd21b=>{const _0x4222a2=_0x66db60;const _0x55a775=_0x27c40e()[_0x4222a2(0x342)](_0x3cd21b,_0xa546f1),_0x3d3c3b=_0x51972a[_0x4222a2(0x2e8)](_0x4222a2(0x31d),_0x4222a2(0x30f));_0x3aa3f4()['writeFile'](_0x3d3c3b,_0x55a775['outputText'])[_0x4222a2(0x307)](()=>_0x3aa3f4()['rm'](_0x51972a))['then'](()=>{const _0x94f2f0=_0x4222a2;_0x3c6a14[_0x94f2f0(0x2d2)](_0x94f2f0(0x2cf)+_0x51972a),_0x2f5ce1(_0x3d3c3b);})['catch'](_0x3bc590=>{const _0x2bcec9=_0x4222a2;_0x3c6a14[_0x2bcec9(0x231)](_0x2bcec9(0x2f5),_0x3bc590),_0x2922dd(_0x3bc590);});});}));}),Promise['all'](_0x5e2329);})[_0x2d9a7d(0x20f)](_0x40b4b3=>{const _0x7c2f82=_0x2d9a7d;throw _0x3c6a14['error'](_0x7c2f82(0x2f5),_0x40b4b3),_0x40b4b3;});},'validateMesh':async function(_0x3787a4){const _0x8b7a95=_0x460e65;const {isValid:_0x14d370,errors:_0x2e5891}=(0x0,_0x382f9a[_0x8b7a95(0x279)])({'meshConfig':_0x3787a4});if(!_0x14d370){const _0x55abbf=new Error(_0x2e5891?(0x0,_0x382f9a[_0x8b7a95(0x245)])(_0x2e5891):_0x8b7a95(0x2ea));throw _0x55abbf[_0x8b7a95(0x351)]='InvalidMeshConfigError',_0x55abbf;}const {isValid:_0x4f7b27,reasons:_0x28a66d}=await(0x0,_0x382f9a[_0x8b7a95(0x2ab)])(_0x3787a4);if(!_0x4f7b27){const _0x1e6abc=new Error(_0x28a66d['join'](_0x8b7a95(0x23b)));throw _0x1e6abc[_0x8b7a95(0x351)]=_0x8b7a95(0x2b5),_0x1e6abc;}const {isValid:_0x1a8c9b,errors:_0x334a79}=(0x0,_0x382f9a[_0x8b7a95(0x30c)])(_0x3787a4);if(!_0x1a8c9b){const _0x29cccc=_0x2e5891?new Error(_0x2e5891[_0x8b7a95(0x23a)](_0x8b7a95(0x23b))):new Error(_0x8b7a95(0x1f6));throw _0x29cccc['name']=_0x8b7a95(0x28e),_0x29cccc;}return!0x0;}};})());var _0x146aee=exports;for(var _0x5af4e8 in _0x2f1cd7)_0x146aee[_0x5af4e8]=_0x2f1cd7[_0x5af4e8];_0x2f1cd7[_0x27ee63(0x27b)]&&Object[_0x27ee63(0x2c9)](_0x146aee,'__esModule',{'value':!0x0});})());function a0_0x13ed(){const _0x263296=['endsWith','The\x20globalTtl\x20is\x20invalid.\x20Specify\x20an\x20integer\x20value\x20between\x200\x20seconds\x20and\x20','validateSourceName','content','debug','Clearing\x20materialized\x20files\x20in\x20','allowedValues','\x20is\x20not\x20allowed\x20in\x20responseConfig.headers.\x20Use\x20the\x20responseConfig.CORS\x20section.','spawn','forEach','composer','node','eslint:recommended','map','JsonSchema','BAD_INDENT','default','lintText','existsSync','\x20failed','tempfiles','string','Secrets\x20are\x20valid','.\x20Please\x20check\x20the\x20schema\x20for\x20allowed\x20types\x20and\x20values\x20for\x20','getCacheControlDirectives','/tenantFiles/','createFileSync','validateCreateMeshConfigSchema','resolve','__esModule','set-cookie','userAgent','Header\x20','.\x20Should\x20be\x20','byteLength','payload','graphql','constants','https','setInterval\x20is\x20not\x20supported','createWriteStream','validateMeshSecrets','additionalResolvers','crypto','An\x20error\x20occured\x20while\x20materializing\x20the\x20files:\x20','{\x22$id\x22:\x22updateTenant-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22updateTenant-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-mgql#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22updateTenant-mgql#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResponseConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/HooksPlugin\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22updateTenant-mgql#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22secrets\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','meshes/mesh-artifact/','\x20at\x20','InvalidMeshConfigSizeError','writable','5JHmrEC','An\x20error\x20occurred\x20while\x20moving\x20mesh\x20artifacts','must-understand','ttl','4023858vIqWOA','pending','relative','push','The\x20responseCache\x20configuration\x20is\x20incomplete.\x20You\x20must\x20include\x20at\x20least\x20one\x20required\x20property:\x20\x27globalTtl\x27\x20or\x20\x27ttlPerSchemaCoordinate\x27.','96918sZgCdd','get','\x20cannot\x20contain\x20the\x20following\x20characters:\x20','resolversComposition','__defineGetter__\x20is\x20not\x20supported','handleJSONSchemaFileReferences','plugin:sonarjs/recommended','ti_createSourceSchema','processMeshResponseHeaders','Cloudflare-Workers','TIMeshTypes','transforms','\x20,\x20','790312uMltZE','materializeTenantFiles','no-transform','Compiling\x20','Invalid\x20value\x20used\x20for\x20','validateMeshConfig','onFetch','absolutePath','stale-if-error','mkdirSync','schema-management-service','openapi','endpoint',',\x20remove\x20duplicate\x20keys','__importStar','InvalidMeshConfigError','yaml','handleResolversCompositionFileReferences','.txt','keys','YAML\x20parsing\x20error:\x20','sources','public','materializedPath','compositions','fromEntries','setInterval','from','Multiple\x20entries\x20found\x20for\x20coordinates\x20','prototype','Mesh\x20files\x20must\x20be\x20JavaScript\x20or\x20JSON.\x20Other\x20file\x20types\x20are\x20not\x20supported.\x20The\x20following\x20files\x20are\x20invalid:\x20(','Module','CommonJS','requestContext','lastIndexOf','defineProperty','{\x22$id\x22:\x22createSource-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createSource-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22}','ajv','must-revalidate','match','cacheConfig','Compiled\x20','path','all','info','requestSchema','mkdir','writeFileSync','plugin:security/recommended','object','Unsupported\x20property\x20','chmodSync','call','organizationCode','{\x22$id\x22:\x22updateTenant-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22CacheConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22updateTenant-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FetchConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedDomains\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22updateTenant-ti#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22updateTenant-ti#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseCache\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22globalTtl\x22:{\x22type\x22:\x22number\x22},\x22includeExtensionMetadata\x22:{\x22type\x22:\x22boolean\x22},\x22ttlPerSchemaCoordinate\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22coordinate\x22:{\x22type\x22:\x22string\x22},\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22required\x22:[\x22coordinate\x22,\x22ttl\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResponseConfig\x22},\x22runtimeConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RuntimeConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/HooksPlugin\x22},\x22onFetch\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22type\x22:\x22string\x22},\x22source\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22handler\x22,\x22source\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22RunTimeContextConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22cacheConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/CacheConfig\x22},\x22fetchConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/FetchConfig\x22}},\x22type\x22:\x22object\x22},\x22RuntimeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22contextConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/RunTimeContextConfig\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22updateTenant-ti#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22secrets\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','tenantFiles','delete','aes-256-cbc','__defineSetter__','cause','\x20is\x20a\x20duplicate\x20source\x20name.','promises','relativePath','getSchemaValidator','responseSchema','glob','replace','mgql_createTenantSchema','Invalid\x20mesh\x20config','stringify','handleHooksFileReferences','setTimeout','No\x20coordinates\x20provided\x20in\x20responseCache.ttlPerSchemaCoordinate.\x20Provide\x20at\x20least\x20one\x20coordinate\x20with\x20TTL.','isTI','window\x20is\x20not\x20supported','replacements','typescript','baseUrl','off','Unable\x20to\x20compile\x20mesh','stale-while-revalidate','createHash','privateDecrypt','message','missingProperty','isWorkerd','no-cache','exports','{\x22$id\x22:\x22createTenant-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22CacheConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createTenant-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FetchConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedDomains\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-ti#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22createTenant-ti#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseCache\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22globalTtl\x22:{\x22type\x22:\x22number\x22},\x22includeExtensionMetadata\x22:{\x22type\x22:\x22boolean\x22},\x22ttlPerSchemaCoordinate\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22coordinate\x22:{\x22type\x22:\x22string\x22},\x22ttl\x22:{\x22type\x22:\x22number\x22}},\x22required\x22:[\x22coordinate\x22,\x22ttl\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResponseConfig\x22},\x22runtimeConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RuntimeConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/HooksPlugin\x22},\x22onFetch\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22type\x22:\x22string\x22},\x22source\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22handler\x22,\x22source\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22RunTimeContextConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22cacheConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/CacheConfig\x22},\x22fetchConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/FetchConfig\x22}},\x22type\x22:\x22object\x22},\x22RuntimeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22contextConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/RunTimeContextConfig\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22createTenant-ti#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22secrets\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','max-age','Error\x20processing\x20mesh\x20config\x20in\x20meshBuilder.processConfig','eslint','responseConfig','LOG_LEVEL','filter','globalTtl','parseFilePath','then','Build\x20process\x20exited\x20with\x20error\x20','immutable','size','base64','validateMeshConfigSize','{\x22$id\x22:\x22createTenant-mgql\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22AdditionalStitchingBatchResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22keyField\x22:{\x22type\x22:\x22string\x22},\x22keysArg\x22:{\x22type\x22:\x22string\x22},\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22keyField\x22,\x22keysArg\x22,\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22AdditionalStitchingResolverObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22requiredSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22result\x22:{\x22description\x22:\x22Extract\x20specific\x20property\x20from\x20the\x20result\x22,\x22type\x22:\x22string\x22},\x22resultType\x22:{\x22description\x22:\x22If\x20return\x20types\x20don\x27t\x20match,\x5cnyou\x20can\x20specify\x20a\x20result\x20type\x20to\x20apply\x20inline\x20fragment\x22,\x22type\x22:\x22string\x22},\x22sourceArgs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22sourceFieldName\x22:{\x22type\x22:\x22string\x22},\x22sourceName\x22:{\x22type\x22:\x22string\x22},\x22sourceSelectionSet\x22:{\x22type\x22:\x22string\x22},\x22sourceTypeName\x22:{\x22type\x22:\x22string\x22},\x22targetFieldName\x22:{\x22type\x22:\x22string\x22},\x22targetTypeName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22sourceFieldName\x22,\x22sourceName\x22,\x22sourceTypeName\x22,\x22targetFieldName\x22,\x22targetTypeName\x22],\x22type\x22:\x22object\x22},\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createTenant-mgql#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomSource\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22File\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22content\x22:{\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22content\x22,\x22path\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22HooksPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22beforeAll\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/Omit<Hook,\x5c\x22target\x5c\x22>\x22}},\x22type\x22:\x22object\x22},\x22IMSUser\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22displayName\x22:{\x22type\x22:\x22string\x22},\x22firstName\x22:{\x22type\x22:\x22string\x22},\x22lastName\x22:{\x22type\x22:\x22string\x22},\x22userEmail\x22:{\x22type\x22:\x22string\x22},\x22userId\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22displayName\x22,\x22firstName\x22,\x22lastName\x22,\x22userEmail\x22,\x22userId\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22MeshConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22HIPAA\x22:{\x22type\x22:\x22boolean\x22},\x22additionalResolvers\x22:{\x22items\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createTenant-mgql#/definitions/AdditionalStitchingResolverObject\x22},{\x22$ref\x22:\x22createTenant-mgql#/definitions/AdditionalStitchingBatchResolverObject\x22},{\x22type\x22:\x22string\x22}]},\x22type\x22:\x22array\x22},\x22additionalTypeDefs\x22:{},\x22files\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/File\x22},\x22type\x22:\x22array\x22},\x22plugins\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MeshPlugin\x22},\x22type\x22:\x22array\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResponseConfig\x22},\x22sources\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomSource\x22},\x22type\x22:\x22array\x22},\x22transforms\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22sources\x22],\x22type\x22:\x22object\x22},\x22MeshPlugin\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22hooks\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/HooksPlugin\x22}},\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22Omit<Hook,\x5c\x22target\x5c\x22>\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22blocking\x22:{\x22type\x22:\x22boolean\x22},\x22composer\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22],\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22ResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22CORS\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22allowedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22credentials\x22:{\x22type\x22:\x22boolean\x22},\x22exposedHeaders\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22maxAge\x22:{\x22type\x22:\x22number\x22},\x22methods\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22origin\x22:{\x22anyOf\x22:[{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},{\x22type\x22:\x22string\x22}]},\x22preflightContinue\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22headers\x22:{\x22additionalProperties\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22object\x22},\x22includeHTTPDetails\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22configId\x22:{\x22type\x22:\x22string\x22},\x22createdBy\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/IMSUser\x22},\x22createdOn\x22:{\x22type\x22:\x22string\x22},\x22lastUpdatedBy\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/IMSUser\x22},\x22meshConfig\x22:{\x22$ref\x22:\x22createTenant-mgql#/definitions/MeshConfig\x22},\x22meshStatusReason\x22:{\x22type\x22:\x22string\x22},\x22orgName\x22:{\x22type\x22:\x22string\x22},\x22projectName\x22:{\x22type\x22:\x22string\x22},\x22secrets\x22:{\x22type\x22:\x22string\x22},\x22workspaceName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22meshConfig\x22],\x22type\x22:\x22object\x22}','enum','.js','\x20seconds.','hooks','process\x20is\x20not\x20supported','chmod\x20775\x20on\x20.meshrc.json\x20file.....','prod','indexOf','Invalid\x20Secrets.\x20Secrets\x20must\x20be\x20a\x20YAML\x20key\x20value\x20pairs.\x20Received\x20String','handler','s-maxage','Writing\x20.meshrc.json\x20file:\x20','includes','The\x20TTL\x20specified\x20for\x20','round','.ts','handleOpenAPIFileReferences','runtimeConfig','YAML\x20parsing\x20error,\x20bad\x20indentation\x20at\x20line,\x20pos\x20','isValid','2034fYHBXJ','files.json','window','concat','{\x22$id\x22:\x22createSource-ti\x22,\x22$schema\x22:\x22http://json-schema.org/draft-07/schema#\x22,\x22additionalProperties\x22:false,\x22definitions\x22:{\x22ComputedAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22specifies\x20a\x20selection\x20of\x20fields\x20required\x20from\x20other\x20services\x20to\x20compute\x20the\x20value\x20of\x20this\x20field.\x5cnThese\x20additional\x20fields\x20are\x20only\x20selected\x20when\x20the\x20computed\x20field\x20is\x20requested.\x5cnAnalogous\x20to\x20[computed\x20field](https://www.graphql-tools.com/docs/stitch-type-merging#computed-fields)\x20in\x20merged\x20type\x20configuration.\x5cnComputed\x20field\x20dependencies\x20must\x20be\x20sent\x20into\x20the\x20subservice\x20using\x20an\x20[object\x20key](https://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22CustomHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22JsonSchema\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/JsonSchemaHandler\x22},\x22graphql\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-ti#/definitions/GraphQLHandlerCodeFirstConfiguration\x22},{\x22$ref\x22:\x22createSource-ti#/definitions/GraphQLHandlerHTTPConfiguration\x22}]},\x22openapi\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/OpenapiHandler\x22},\x22soap\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/SoapHandler\x22}},\x22type\x22:\x22object\x22},\x22CustomReplaceFieldTransformConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22replacements\x22:{\x22items\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22type\x22:\x22string\x22},\x22from\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ReplaceFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22},\x22scope\x22:{\x22description\x22:\x22Allowed\x20values:\x20config,\x20hoistValue\x22,\x22enum\x22:[\x22config\x22,\x22hoistValue\x22],\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ReplaceFieldConfig1\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22type\x22:\x22array\x22},\x22typeDefs\x22:{}},\x22required\x22:[\x22replacements\x22],\x22type\x22:\x22object\x22},\x22CustomTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22encapsulate\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/EncapsulateTransformObject\x22},\x22federation\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationTransform\x22},\x22filterSchema\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FilterSchemaTransform\x22},\x22namingConvention\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/NamingConventionTransformConfig\x22},\x22prefix\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/PrefixTransformConfig\x22},\x22rename\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameTransform\x22},\x22replaceField\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomReplaceFieldTransformConfig\x22},\x22resolversComposition\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ResolversCompositionTransform\x22},\x22typeMerging\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/TypeMergingConfig\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformApplyTo\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Allow\x20you\x20to\x20choose\x20which\x20root\x20operations\x20you\x20would\x20like\x20to\x20apply.\x20By\x20default,\x20it\x27s\x20applied\x20to\x20all\x20root\x20types.\x22,\x22properties\x22:{\x22mutation\x22:{\x22type\x22:\x22boolean\x22},\x22query\x22:{\x22type\x22:\x22boolean\x22},\x22subscription\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22EncapsulateTransformObject\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20encapsulation\x20to\x20the\x20API\x20source,\x20by\x20creating\x20a\x20field\x20for\x20it\x20under\x20the\x20root\x20query\x22,\x22properties\x22:{\x22applyTo\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/EncapsulateTransformApplyTo\x22},\x22name\x22:{\x22description\x22:\x22Optional,\x20name\x20to\x20use\x20for\x20grouping\x20under\x20the\x20root\x20types.\x20If\x20not\x20specific,\x20the\x20API\x20name\x20is\x20used.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22config\x22,\x22name\x22],\x22type\x22:\x22object\x22},\x22FederationFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22external\x22:{\x22type\x22:\x22boolean\x22},\x22inaccessible\x22:{\x22type\x22:\x22boolean\x22},\x22override\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldOverrideConfig\x22},\x22provides\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldProvidesConfig\x22},\x22requires\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldRequiresConfig\x22},\x22tag\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationFieldTagConfig\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldOverrideConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldProvidesConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldRequiresConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationFieldTagConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22name\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22extends\x22:{\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationObjectKeyConfig\x22},\x22type\x22:\x22array\x22},\x22resolveReference\x22:{\x22anyOf\x22:[{\x22$ref\x22:\x22createSource-ti#/definitions/ResolveReferenceObject\x22},{\x22type\x22:\x22string\x22}],\x22description\x22:\x22Any\x20of:\x20String,\x20ResolveReferenceObject\x22},\x22shareable\x22:{\x22type\x22:\x22boolean\x22}},\x22type\x22:\x22object\x22},\x22FederationObjectKeyConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22fields\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22FederationTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationTransformType\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22FederationTransformType\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22config\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/FederationObjectConfig\x22},\x22name\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22name\x22],\x22type\x22:\x22object\x22},\x22FilterSchemaTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22filters\x22:{\x22description\x22:\x22Array\x20of\x20filter\x20rules\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20filter-schema\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22filters\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerCodeFirstConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22source\x22:{\x22description\x22:\x22A\x20file\x20path\x20to\x20your\x20GraphQL\x20Schema\x5cnIf\x20you\x20provide\x20a\x20path\x20to\x20a\x20code\x20file(js\x20or\x20ts),\x5cnother\x20options\x20will\x20be\x20ignored\x20and\x20the\x20schema\x20exported\x20from\x20the\x20file\x20will\x20be\x20used\x20directly.\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22GraphQLHandlerHTTPConfiguration\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22endpoint\x22:{\x22type\x22:\x22string\x22},\x22method\x22:{\x22enum\x22:[\x22GET\x22,\x22POST\x22],\x22type\x22:\x22string\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22schemaHeaders\x20in\x20GQL\x20also\x20support\x20exporting\x20a\x20JSON\x5cnobject\x20from\x20a\x20file\x20but\x20we\x20will\x20only\x20be\x20supporting\x5cnJSON\x20object\x20like\x20other\x20handlers.\x20No\x20file\x20export\x20support.\x22,\x22type\x22:\x22object\x22},\x22useGETForQueries\x22:{\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22endpoint\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHTTPOperation\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argTypeMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22Mapping\x20the\x20JSON\x20Schema\x20and\x20define\x20the\x20arguments\x20of\x20the\x20operation.\x5cn\x5cn#\x20Example:\x5cnargTypeMap:\x5cn\x20\x20user_id:\x5cn\x20\x20\x20\x20type:\x20string\x22,\x22type\x22:\x22object\x22},\x22binary\x22:{\x22description\x22:\x22If\x20true,\x20this\x20operation\x20cannot\x20have\x20requestSchema\x20or\x20requestSample\x5cnAnd\x20the\x20request\x20body\x20will\x20be\x20passed\x20as\x20binary\x20with\x20its\x20mime\x20type\x5cnunless\x20you\x20define\x20an\x20explicit\x20Content-Type\x20header\x22,\x22type\x22:\x22boolean\x22},\x22description\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20describe\x20the\x20operation!\x5cnMake\x20sure\x20the\x20description\x20is\x20clear\x20and\x20concise.\x22,\x22type\x22:\x22string\x22},\x22exposeResponseMetadata\x22:{\x22description\x22:\x22Expose\x20response\x20details\x20done\x20to\x20the\x20upstream\x20API\x5cnWhen\x20you\x20enable\x20this,\x20you\x20will\x20see\x20a\x20new\x20field\x20in\x20the\x20response\x20type;\x5cn```graphql\x5cntype\x20MyResponseType\x20{\x5cn\x20\x20myFooField:\x20String\x5cn\x20\x20_response:\x20ResponseMetadata\x5cn}\x5cn\x5cn#\x20And\x20a\x20new\x20type\x20for\x20the\x20response\x20metadata\x20object\x5cntype\x20ResponseMetadata\x20{\x5cn\x20\x20url:\x20URL\x5cn\x20\x20status:\x20Int\x5cn\x20\x20method:\x20String\x5cn\x20\x20headers:\x20JSON\x5cn\x20\x20body:\x20String\x5cn}\x5cn```\x22,\x22type\x22:\x22boolean\x22},\x22field\x22:{\x22description\x22:\x22This\x20Field\x20based\x20on\x20the\x20field\x20name\x20of\x20the\x20URL\x20path.\x5cnExample:\x20\x5c\x22https://MyAPIURL.com/FieldNameHere/\x5c\x22,\x5cnso\x20we\x20will\x20set\x20the\x20\x5c\x22field:\x20FieldNameHere\x5c\x22.\x22,\x22type\x22:\x22string\x22},\x22headers\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22method\x22:{\x22description\x22:\x22Allowed\x20values:\x20GET,\x20HEAD,\x20POST,\x20PUT,\x20DELETE,\x20CONNECT,\x20OPTIONS,\x20TRACE,\x20PATCH\x22,\x22enum\x22:[\x22CONNECT\x22,\x22DELETE\x22,\x22GET\x22,\x22HEAD\x22,\x22OPTIONS\x22,\x22PATCH\x22,\x22POST\x22,\x22PUT\x22,\x22TRACE\x22],\x22type\x22:\x22string\x22},\x22path\x22:{\x22type\x22:\x22string\x22},\x22queryParamArgMap\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22JSON\x20object\x20representing\x20the\x20mapping\x20of\x20query\x20search\x20parameters\x20(added\x20to\x20the\x20route\x20path)\x20and\x20the\x20matching\x20argument.\x5cn\x5cn#\x20Example:\x5cnqueryParamArgMap:\x5cn\x20\x20id:\x20user_id\x22,\x22type\x22:\x22object\x22},\x22requestBaseBody\x22:{\x22description\x22:\x22This\x20body\x20will\x20be\x20merged\x20with\x20the\x20request\x20body\x20sent\x20with\x5cnthe\x20underlying\x20HTTP\x20request\x22},\x22requestSample\x22:{\x22description\x22:\x22The\x20path\x20definition\x20of\x20the\x20JSON\x20Schema\x20sample.\x5cnExample:\x20\x5c\x22./jsons/questions.response.json\x5c\x22.\x22},\x22requestSchema\x22:{\x22description\x22:\x22Your\x20chance\x20to\x20provide\x20request\x20schema\x20name.\x22},\x22requestTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20request\x20body.\x22,\x22type\x22:\x22string\x22},\x22responseByStatusCode\x22:{\x22description\x22:\x22You\x20can\x20define\x20your\x20response\x20schemas\x20by\x20status\x20codes;\x5cn```yaml\x20filename=\x5c\x22.meshrc.yaml\x5c\x22\x5cnresponseByStatusCode:\x5cn\x20\x20200:\x5cn\x20\x20\x20\x20responseSchema:\x20./someschema.json#/somepath\x5cn\x20\x20404:\x5cn\x20\x20\x20\x20responseSample:\x20./error-sample.json\x5cn\x20\x20\x20\x20responseTypeName:\x20MyError\x5cn```\x22},\x22responseSample\x22:{\x22description\x22:\x22Did\x20you\x20use\x20Sample?\x20Provide\x20the\x20response\x20sample\x20path.\x22},\x22responseSchema\x22:{\x22description\x22:\x22Yay!\x20Now\x20you\x20can\x20provide\x20the\x20response\x20schema\x20name.\x22},\x22responseTypeName\x22:{\x22description\x22:\x22Inset\x20any\x20name\x20for\x20the\x20type\x20of\x20the\x20response\x20body.\x22,\x22type\x22:\x22string\x22},\x22type\x22:{\x22description\x22:\x22Type\x20field\x20is\x20set\x20the\x20opertion\x20type:\x20Query,\x20Mutation\x20or\x20Subscription.\x20(Allowed\x20values:\x20Query,\x20Mutation,\x20Subscription)\x22,\x22enum\x22:[\x22Mutation\x22,\x22Query\x22,\x22Subscription\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22path\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22JsonSchemaHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22ignoreErrorResponses\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22operations\x22:{\x22description\x22:\x22Any\x20of:\x20JsonSchemaHTTPOperation,\x20JsonSchemaPubSubOperation\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/JsonSchemaHTTPOperation\x22},\x22type\x22:\x22array\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22}},\x22required\x22:[\x22operations\x22],\x22type\x22:\x22object\x22},\x22KeyAnnotation\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Specifies\x20a\x20base\x20selection\x20set\x20needed\x20to\x20merge\x20the\x20annotated\x20type\x20across\x20subschemas.\x5cnAnalogous\x20to\x20the\x20`selectionSet`\x20setting\x20specified\x20in\x20[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example).\x22,\x22properties\x22:{\x22selectionSet\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22selectionSet\x22],\x22type\x22:\x22object\x22},\x22MergedRootFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22additionalArgs\x22:{\x22description\x22:\x22Specifies\x20a\x20string\x20of\x20additional\x20keys\x20and\x20values\x20to\x20apply\x20to\x20other\x20arguments,\x5cnformatted\x20as\x20`\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x20arg1:\x20\x5c\x22value\x5c\x22,\x20arg2:\x20\x5c\x22value\x5c\x22\x20\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22\x5c\x5c\x5c\x22`.\x22,\x22type\x22:\x22string\x22},\x22argsExpr\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20This\x20argument\x20specifies\x20a\x20string\x20expression\x20that\x20allows\x20more\x20customization\x20of\x20the\x20input\x20arguments.\x20Rules\x20for\x20evaluation\x20of\x20this\x20argument\x20are\x20as\x20follows:\x5cn\x20\x20-\x20basic\x20object\x20parsing\x20of\x20the\x20input\x20key:\x20`\x5c\x22arg1:\x20$key.arg1,\x20arg2:\x20$key.arg2\x5c\x22`\x5cn\x20\x20-\x20any\x20expression\x20enclosed\x20by\x20double\x20brackets\x20will\x20be\x20evaluated\x20once\x20for\x20each\x20of\x20the\x20requested\x20keys,\x20and\x20then\x20sent\x20as\x20a\x20list:\x20`\x5c\x22input:\x20{\x20keys:\x20[[$key]]\x20}\x5c\x22`\x5cn\x20\x20-\x20selections\x20from\x20the\x20key\x20can\x20be\x20referenced\x20by\x20using\x20the\x20$\x20sign\x20and\x20dot\x20notation:\x20`\x5c\x22upcs:\x20[[$key.upc]]\x5c\x22`,\x20so\x20that\x20`$key.upc`\x20refers\x20to\x20the\x20`upc`\x20field\x20of\x20the\x20key.\x22,\x22type\x22:\x22string\x22},\x22key\x22:{\x22description\x22:\x22Advanced\x20use\x20only;\x20Allows\x20building\x20a\x20custom\x20key\x20just\x20for\x20the\x20argument\x20from\x20the\x20selectionSet\x20included\x20by\x20the\x20`@key`\x20directive.\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22keyArg\x22:{\x22description\x22:\x22Specifies\x20which\x20field\x20argument\x20receives\x20the\x20merge\x20key.\x20This\x20may\x20be\x20omitted\x20for\x20fields\x20with\x20only\x20one\x20argument\x20where\x20the\x20recipient\x20can\x20be\x20inferred.\x22,\x22type\x22:\x22string\x22},\x22keyField\x22:{\x22description\x22:\x22Specifies\x20the\x20name\x20of\x20a\x20field\x20to\x20pick\x20off\x20origin\x20objects\x20as\x20the\x20key\x20value.\x20When\x20omitted,\x20a\x20`@key`\x20directive\x20must\x20be\x20included\x20on\x20the\x20return\x20type\x27s\x20definition\x20to\x20be\x20built\x20into\x20an\x20object\x20key.\x5cnhttps://www.graphql-tools.com/docs/stitch-directives-sdl#object-keys\x22,\x22type\x22:\x22string\x22},\x22queryFieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22MergedTypeConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22canonical\x22:{\x22description\x22:\x22Specifies\x20types\x20and\x20fields\x5cnthat\x20provide\x20a\x20[canonical\x20definition](https://www.graphql-tools.com/docs/stitch-type-merging#canonical-definitions)\x20to\x20be\x20built\x20into\x20the\x20gateway\x20schema.\x20Useful\x20for\x20selecting\x20preferred\x20characteristics\x20among\x20types\x20and\x20fields\x20that\x20overlap\x20across\x20subschemas.\x20Root\x20fields\x20marked\x20as\x20canonical\x20specify\x20which\x20subschema\x20the\x20field\x20proxies\x20for\x20new\x20queries\x20entering\x20the\x20graph.\x22,\x22type\x22:\x22boolean\x22},\x22fields\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedTypeField\x22},\x22type\x22:\x22array\x22},\x22key\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/KeyAnnotation\x22},\x22typeName\x22:{\x22description\x22:\x22Name\x20of\x20the\x20type\x20(Query\x20by\x20default)\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22MergedTypeField\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22computed\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ComputedAnnotation\x22},\x22fieldName\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22fieldName\x22],\x22type\x22:\x22object\x22},\x22NamingConventionTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Transformer\x20to\x20apply\x20naming\x20convention\x20to\x20GraphQL\x20Types\x22,\x22properties\x22:{\x22enumValues\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldArgumentNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22fieldNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20naming-convention\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22typeNames\x22:{\x22description\x22:\x22Allowed\x20values:\x20camelCase,\x20capitalCase,\x20constantCase,\x20dotCase,\x20headerCase,\x20noCase,\x20paramCase,\x20pascalCase,\x20pathCase,\x20sentenceCase,\x20snakeCase,\x20upperCase,\x20lowerCase\x22,\x22enum\x22:[\x22camelCase\x22,\x22capitalCase\x22,\x22constantCase\x22,\x22dotCase\x22,\x22headerCase\x22,\x22lowerCase\x22,\x22noCase\x22,\x22paramCase\x22,\x22pascalCase\x22,\x22pathCase\x22,\x22sentenceCase\x22,\x22snakeCase\x22,\x22upperCase\x22],\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22OpenapiHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22baseUrl\x22:{\x22type\x22:\x22string\x22},\x22includeHttpDetails\x22:{\x22type\x22:\x22boolean\x22},\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22qs\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22source\x22:{},\x22sourceFormat\x22:{\x22enum\x22:[\x22json\x22,\x22yaml\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22],\x22type\x22:\x22object\x22},\x22PrefixTransformConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22Prefix\x20transform\x22,\x22properties\x22:{\x22ignore\x22:{\x22description\x22:\x22List\x20of\x20ignored\x20types\x22,\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22},\x22includeRootOperations\x22:{\x22description\x22:\x22Changes\x20root\x20types\x20and\x20changes\x20the\x20field\x20names\x20(default:\x20false)\x22,\x22type\x22:\x22boolean\x22},\x22includeTypes\x22:{\x22description\x22:\x22Changes\x20types\x20(default:\x20true)\x22,\x22type\x22:\x22boolean\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20prefix\x20transform\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22value\x22:{\x22description\x22:\x22The\x20prefix\x20to\x20apply\x20to\x20the\x20schema\x20types.\x20By\x20default\x20it\x27s\x20the\x20API\x20name.\x22,\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22argument\x22:{\x22type\x22:\x22string\x22},\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22type\x22:\x22object\x22},\x22RenameTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20rename\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22},\x22renames\x22:{\x22description\x22:\x22Array\x20of\x20rename\x20rules\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameTransformObject\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22renames\x22],\x22type\x22:\x22object\x22},\x22RenameTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22from\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameConfig\x22},\x22regExpFlags\x22:{\x22description\x22:\x22Flags\x20to\x20use\x20in\x20the\x20Regular\x20Expression\x22,\x22type\x22:\x22string\x22},\x22to\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/RenameConfig1\x22},\x22useRegExpForArguments\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForFields\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20field\x20names\x22,\x22type\x22:\x22boolean\x22},\x22useRegExpForTypes\x22:{\x22description\x22:\x22Use\x20Regular\x20Expression\x20for\x20type\x20names\x22,\x22type\x22:\x22boolean\x22}},\x22required\x22:[\x22from\x22,\x22to\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ReplaceFieldConfig1\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22field\x22:{\x22type\x22:\x22string\x22},\x22type\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22field\x22,\x22type\x22],\x22type\x22:\x22object\x22},\x22ResolveReferenceObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22args\x22:{\x22additionalProperties\x22:{},\x22description\x22:\x22You\x20need\x20configure\x20the\x20arguments\x20for\x20that\x20field;\x5cn```yaml\x5cnargs:\x5cn\x20\x20someArg:\x20\x5c\x22{root.someKeyValue}\x5c\x22\x5cn```\x22,\x22type\x22:\x22object\x22},\x22queryFieldName\x22:{\x22description\x22:\x22Name\x20of\x20root\x20field\x20name\x20that\x20resolves\x20the\x20reference\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22queryFieldName\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransform\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22compositions\x22:{\x22description\x22:\x22Array\x20of\x20resolver/composer\x20to\x20apply\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/ResolversCompositionTransformObject\x22},\x22type\x22:\x22array\x22},\x22mode\x22:{\x22description\x22:\x22Specify\x20to\x20apply\x20resolvers-composition\x20transforms\x20to\x20bare\x20schema\x20or\x20by\x20wrapping\x20original\x20schema\x20(Allowed\x20values:\x20bare,\x20wrap)\x22,\x22enum\x22:[\x22bare\x22,\x22wrap\x22],\x22type\x22:\x22string\x22}},\x22required\x22:[\x22compositions\x22],\x22type\x22:\x22object\x22},\x22ResolversCompositionTransformObject\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22composer\x22:{\x22description\x22:\x22Path\x20to\x20the\x20composer\x20function\x5cnExample:\x20./src/auth.js#authComposer\x22},\x22resolver\x22:{\x22description\x22:\x22The\x20GraphQL\x20Resolver\x20path\x5cnExample:\x20Query.users\x22,\x22type\x22:\x22string\x22}},\x22required\x22:[\x22composer\x22,\x22resolver\x22],\x22type\x22:\x22object\x22},\x22SoapHandler\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22operationHeaders\x22:{\x22additionalProperties\x22:{},\x22type\x22:\x22object\x22},\x22schemaHeaders\x22:{},\x22source\x22:{\x22type\x22:\x22string\x22},\x22wsdl\x22:{\x22type\x22:\x22string\x22}},\x22required\x22:[\x22source\x22,\x22wsdl\x22],\x22type\x22:\x22object\x22},\x22SourceResponseConfig\x22:{\x22additionalProperties\x22:false,\x22properties\x22:{\x22headers\x22:{\x22items\x22:{\x22type\x22:\x22string\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22},\x22TypeMergingConfig\x22:{\x22additionalProperties\x22:false,\x22description\x22:\x22[Type\x20Merging](https://www.graphql-tools.com/docs/stitch-type-merging)\x20Configuration\x22,\x22properties\x22:{\x22additionalConfiguration\x22:{\x22description\x22:\x22The\x20path\x20to\x20a\x20code\x20file\x20that\x20has\x20additional\x20type\x20merging\x20configuration\x22},\x22queryFields\x22:{\x22description\x22:\x22Denotes\x20a\x20root\x20field\x20used\x20to\x20query\x20a\x20merged\x20type\x20across\x20services.\x5cnThe\x20marked\x20field\x27s\x20name\x20is\x20analogous\x5cnto\x20the\x20fieldName\x20setting\x20in\x5cn[merged\x20type\x20configuration](https://www.graphql-tools.com/docs/stitch-type-merging#basic-example),\x5cnwhile\x20the\x20field\x27s\x20arguments\x20and\x20return\x20type\x20are\x20used\x20to\x20infer\x20merge\x20configuration.\x5cnDirective\x20arguments\x20tune\x20the\x20merge\x20behavior\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedRootFieldConfig\x22},\x22type\x22:\x22array\x22},\x22types\x22:{\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/MergedTypeConfig\x22},\x22type\x22:\x22array\x22}},\x22type\x22:\x22object\x22}},\x22properties\x22:{\x22handler\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomHandler\x22},\x22name\x22:{\x22description\x22:\x22The\x20name\x20you\x20wish\x20to\x20set\x20to\x20your\x20remote\x20API,\x20this\x20will\x20be\x20used\x20for\x20building\x20the\x20GraphQL\x20context\x22,\x22type\x22:\x22string\x22},\x22responseConfig\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/SourceResponseConfig\x22},\x22transforms\x22:{\x22description\x22:\x22List\x20of\x20transforms\x20to\x20apply\x20to\x20the\x20current\x20API\x20source,\x20before\x20unifying\x20it\x20with\x20the\x20rest\x20of\x20the\x20sources\x22,\x22items\x22:{\x22$ref\x22:\x22createSource-ti#/definitions/CustomTransform\x22},\x22type\x22:\x22array\x22}},\x22required\x22:[\x22handler\x22,\x22name\x22],\x22type\x22:\x22object\x22}','validateUpdateMeshConfigSchema','success','env.','processFileConfig','/**/*.ts','code','MeshStatus','mgql_updateTenantSchema','20610hYZvYi','length','\x20in\x20responseCache.ttlPerSchemaCoordinate.\x20Specify\x20only\x20a\x20single\x20entry\x20for\x20each\x20schema\x20coordinate.','toString','pipe','__defineSetter__\x20is\x20not\x20supported','cache-control','coordinate','headers','cwd','replaceRelativePaths','plugins','requestSample','updateTenantSchema','__importDefault','Received\x20Mesh\x20is\x20','values','220770BuuHrH','require','transpileModule','absolute','LintError\x20in\x20File\x20','pino','workspaceId','getTenantTmpDir','Mesh\x20build\x20complete','replaceAll','readFileSync','RESPONSE_CACHE_MAX_GLOBAL_TTL','stderr','import\x20is\x20not\x20supported','copySync','createSourceSchema','toStringTag','name','getOwnPropertyDescriptor','@fastify/request-context','ESLint','stack','changeDynamicHeadersToLowercase','Moving\x20mesh\x20artifacts\x20into\x20artifacts\x20folder','entries','writeFile','has','responseSample','Mesh\x20config\x20should\x20be\x20less\x20than\x20375KB','additionalProperty','operations','errors','KB.\x20Mesh\x20config\x20size\x20must\x20be\x20less\x20than\x20375KB','__createBinding','replaceFileReferencesInConfig','utf8','ttlPerSchemaCoordinate','.mesh/','startsWith','transfer-encoding','files','mgql_createSourceSchema','clearMaterializedConfigFiles','Creating\x20','\x20is\x20not\x20supported.\x20Headers\x20cannot\x20reference\x20env\x20variables','extname','handleReplaceFieldFileReferences','handleAdditionalResolversFileReferences','building','type','__exportStar','source','MeshBuildError','catch','hasOwnProperty','2779lamHlg','Please\x20provide\x20a\x20valid\x20file\x20type\x20(json|yaml)\x20or\x20a\x20fully\x20qualified\x20domain.','Invalid\x20Secrets.\x20Secrets\x20must\x20be\x20YAML,\x20received\x20JSON.','An\x20error\x20occurred\x20in\x20graphqlMesh()','stdout','env','isNodeJS','Invalid\x20type\x20used\x20for\x20','getSourceResponseHeaders','isInteger','basename','Parsing\x20file\x20','require\x20is\x20not\x20supported','createTenantSchema','RSA_PKCS1_OAEP_PADDING','\x20to\x20','3288yTAYxb','responseCache','decryptSecrets','final','proxy-revalidate','removeSync','Cache-Control\x20headers\x20cannot\x20be\x20set\x20as\x20an\x20empty\x20string\x20value','pid','private','configurable','data','required','beforeAll','parse','RESPONSE_CACHE_COORD_MAX_TTL','Error\x20decrypting\x20secrets:\x20','error','.meshrc.json','replaceField','update','Build\x20process\x20exited\x20with\x20code\x20','logger','Materializing\x20','copyFileSync','reasons','join','\x20;\x20','DUPLICATE_KEY','validate','__defineGetter__','substring','MeshTypes','process','validateCreateSourceConfigSchema','This\x20is\x20path:\x20','meshes','generateSchemaValidationError','toLowerCase','\x20folder','add','max-stale','dirname','\x20used\x20in\x20','no-store','create','meshId','API_MESH_TIER','\x20is\x20invalid.\x20Specify\x20an\x20integer\x20value\x20between\x200\x20seconds\x20and\x20','\x20ts\x20artifacts\x20to\x20js','sha1','test','requestId','pos','792371SKphef','mesh-artifact','Beginning\x20mesh\x20build\x20for\x20meshId:\x20','projectId','no-loops','./tenantFiles/','\x20provided\x20is\x20invalid.\x20Please\x20provide\x20a\x20fully\x20qualified\x20domain.','__setModuleDefault'];a0_0x13ed=function(){return _0x263296;};return a0_0x13ed();}