@aws-amplify/graphql-api-construct 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +6570 -0
- package/API.md +286 -0
- package/CHANGELOG.md +152 -0
- package/LICENSE +201 -0
- package/README.md +2786 -0
- package/babel.config.js +13 -0
- package/lib/amplify-graphql-api.d.ts +157 -0
- package/lib/amplify-graphql-api.js +232 -0
- package/lib/amplify-graphql-definition.d.ts +18 -0
- package/lib/amplify-graphql-definition.js +38 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +8 -0
- package/lib/internal/amplify-metadata.d.ts +6 -0
- package/lib/internal/amplify-metadata.js +69 -0
- package/lib/internal/asset-manager.d.ts +12 -0
- package/lib/internal/asset-manager.js +44 -0
- package/lib/internal/authorization-modes.d.ts +28 -0
- package/lib/internal/authorization-modes.js +112 -0
- package/lib/internal/codegen-assets.d.ts +12 -0
- package/lib/internal/codegen-assets.js +35 -0
- package/lib/internal/conflict-resolution.d.ts +10 -0
- package/lib/internal/conflict-resolution.js +46 -0
- package/lib/internal/construct-exports.d.ts +18 -0
- package/lib/internal/construct-exports.js +146 -0
- package/lib/internal/default-parameters.d.ts +7 -0
- package/lib/internal/default-parameters.js +22 -0
- package/lib/internal/index.d.ts +7 -0
- package/lib/internal/index.js +24 -0
- package/lib/internal/user-defined-slots.d.ts +20 -0
- package/lib/internal/user-defined-slots.js +125 -0
- package/lib/types.d.ts +632 -0
- package/lib/types.js +3 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +58 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +12 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +57 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +21 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +49 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +18 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +49 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +21 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +243 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.d.ts +3 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.js +27 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +101 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +16 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +26 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +28 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +12 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +27 -0
- package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +15 -0
- package/node_modules/@aws-amplify/backend-output-schemas/package.json +45 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/index.js +16 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.d.ts +25 -0
- package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.js +51 -0
- package/node_modules/@aws-amplify/backend-output-storage/package.json +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +329 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +568 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts +35 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js +144 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +60 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +907 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js +109 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts +24 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js +210 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js +25 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js +172 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js +126 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js +181 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js +302 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js +184 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js +83 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js +41 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +72 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js +42 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js +76 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +147 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts +31 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js +259 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +98 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js +61 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +75 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/API.md +29 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +358 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/README.md +13 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js +115 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js +125 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +66 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/API.md +27 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +414 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/README.md +14 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js +138 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/API.md +26 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +417 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/README.md +25 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js +246 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/API.md +48 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +474 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/README.md +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js +143 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js +144 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js +10 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +51 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js +65 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js +19 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +23 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +569 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js +340 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js +84 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +67 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/API.md +27 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +369 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js +64 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts +29 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js +67 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js +114 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +76 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/resources/mapping-lambda-function/index.js +89 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/API.md +359 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +584 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/Readme.md +442 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js +49 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js +10 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts +82 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +579 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js +317 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js +112 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js +24 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js +26 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js +19 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js +38 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js +218 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js +140 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js +18 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +44 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js +47 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts +38 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js +22 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js +20 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js +103 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js +25 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +227 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +252 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts +56 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +411 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +65 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +74 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/API.md +30 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +392 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/README.md +19 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/assets/predictionsLambda.js +35 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +483 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js +22 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js +23 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +70 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/API.md +97 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +532 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/README.md +43 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +119 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +103 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts +13 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +113 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +365 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js +16 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +270 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js +363 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +68 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +35 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +232 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +69 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/API.md +37 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +546 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/Readme.md +18 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js +20 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js +98 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js +79 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js +14 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js +56 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js +82 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js +102 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js +320 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js +133 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts +17 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +303 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js +6 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +72 -0
- package/node_modules/@aws-amplify/graphql-transformer/API.md +73 -0
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +64 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +41 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +102 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.js +8 -0
- package/node_modules/@aws-amplify/graphql-transformer/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +77 -0
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +201 -0
- package/node_modules/@aws-amplify/graphql-transformer/src/index.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +647 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +1124 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/Readme.md +442 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +37 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js +46 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts +33 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js +102 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts +48 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js +100 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +62 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +234 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +66 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +41 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +247 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js +31 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js +167 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts +61 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js +497 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts +62 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js +59 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js +171 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js +129 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +43 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js +67 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts +42 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js +456 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js +13 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js +46 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +45 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +306 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js +86 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts +7 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js +20 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts +19 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js +38 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts +25 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js +80 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js +54 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js +24 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js +28 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts +2 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js +25 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js +36 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js +112 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts +17 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js +159 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts +77 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js +356 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +76 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +767 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +320 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts +16 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +103 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js +29 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +28 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js +21 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts +12 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts +5 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +14 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts +31 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +44 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js +13 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js +3 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts +59 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts +36 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js +11 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js.map +1 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +52 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/asset-provider.ts +18 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +168 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +38 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/nested-stack-provider.ts +6 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +83 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +24 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/resource-resource-provider.ts +34 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/schema-helper-provider.ts +15 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/stack-manager-provider.ts +22 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +7 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameter-provider.ts +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +30 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-output-provider.ts +152 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +89 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-datasource-provider.ts +35 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-preprocess-context-provider.ts +9 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-provider-registry.ts +14 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-resolver-provider.ts +56 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-log.ts +10 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-model-provider.ts +155 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-plugin-provider.ts +164 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.json +8 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -0
- package/node_modules/charenc/LICENSE.mkd +27 -0
- package/node_modules/charenc/README.js +1 -0
- package/node_modules/charenc/charenc.js +33 -0
- package/node_modules/charenc/package.json +24 -0
- package/node_modules/crypt/LICENSE.mkd +27 -0
- package/node_modules/crypt/README.mkd +1 -0
- package/node_modules/crypt/crypt.js +96 -0
- package/node_modules/crypt/package.json +22 -0
- package/node_modules/fs-extra/CHANGELOG.md +864 -0
- package/node_modules/fs-extra/LICENSE +15 -0
- package/node_modules/fs-extra/README.md +261 -0
- package/node_modules/fs-extra/lib/copy/copy.js +212 -0
- package/node_modules/fs-extra/lib/copy/index.js +6 -0
- package/node_modules/fs-extra/lib/copy-sync/copy-sync.js +164 -0
- package/node_modules/fs-extra/lib/copy-sync/index.js +5 -0
- package/node_modules/fs-extra/lib/empty/index.js +48 -0
- package/node_modules/fs-extra/lib/ensure/file.js +49 -0
- package/node_modules/fs-extra/lib/ensure/index.js +23 -0
- package/node_modules/fs-extra/lib/ensure/link.js +61 -0
- package/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
- package/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
- package/node_modules/fs-extra/lib/ensure/symlink.js +63 -0
- package/node_modules/fs-extra/lib/fs/index.js +109 -0
- package/node_modules/fs-extra/lib/index.js +28 -0
- package/node_modules/fs-extra/lib/json/index.js +16 -0
- package/node_modules/fs-extra/lib/json/jsonfile.js +12 -0
- package/node_modules/fs-extra/lib/json/output-json-sync.js +18 -0
- package/node_modules/fs-extra/lib/json/output-json.js +27 -0
- package/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
- package/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js +54 -0
- package/node_modules/fs-extra/lib/mkdirs/mkdirs.js +63 -0
- package/node_modules/fs-extra/lib/mkdirs/win32.js +25 -0
- package/node_modules/fs-extra/lib/move/index.js +6 -0
- package/node_modules/fs-extra/lib/move/move.js +65 -0
- package/node_modules/fs-extra/lib/move-sync/index.js +5 -0
- package/node_modules/fs-extra/lib/move-sync/move-sync.js +47 -0
- package/node_modules/fs-extra/lib/output/index.js +40 -0
- package/node_modules/fs-extra/lib/path-exists/index.js +12 -0
- package/node_modules/fs-extra/lib/remove/index.js +9 -0
- package/node_modules/fs-extra/lib/remove/rimraf.js +314 -0
- package/node_modules/fs-extra/lib/util/buffer.js +12 -0
- package/node_modules/fs-extra/lib/util/stat.js +172 -0
- package/node_modules/fs-extra/lib/util/utimes.js +79 -0
- package/node_modules/fs-extra/node_modules/jsonfile/CHANGELOG.md +145 -0
- package/node_modules/fs-extra/node_modules/jsonfile/LICENSE +15 -0
- package/node_modules/fs-extra/node_modules/jsonfile/README.md +168 -0
- package/node_modules/fs-extra/node_modules/jsonfile/index.js +134 -0
- package/node_modules/fs-extra/node_modules/jsonfile/package.json +37 -0
- package/node_modules/fs-extra/node_modules/universalify/LICENSE +20 -0
- package/node_modules/fs-extra/node_modules/universalify/README.md +76 -0
- package/node_modules/fs-extra/node_modules/universalify/index.js +25 -0
- package/node_modules/fs-extra/node_modules/universalify/package.json +34 -0
- package/node_modules/fs-extra/package.json +69 -0
- package/node_modules/graceful-fs/LICENSE +15 -0
- package/node_modules/graceful-fs/README.md +143 -0
- package/node_modules/graceful-fs/clone.js +23 -0
- package/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/node_modules/graceful-fs/package.json +53 -0
- package/node_modules/graceful-fs/polyfills.js +355 -0
- package/node_modules/graphql/LICENSE +21 -0
- package/node_modules/graphql/README.md +177 -0
- package/node_modules/graphql/error/GraphQLError.d.ts +91 -0
- package/node_modules/graphql/error/GraphQLError.js +252 -0
- package/node_modules/graphql/error/GraphQLError.js.flow +194 -0
- package/node_modules/graphql/error/GraphQLError.mjs +237 -0
- package/node_modules/graphql/error/formatError.d.ts +40 -0
- package/node_modules/graphql/error/formatError.js +37 -0
- package/node_modules/graphql/error/formatError.js.flow +51 -0
- package/node_modules/graphql/error/formatError.mjs +28 -0
- package/node_modules/graphql/error/index.d.ts +8 -0
- package/node_modules/graphql/error/index.js +43 -0
- package/node_modules/graphql/error/index.js.flow +9 -0
- package/node_modules/graphql/error/index.mjs +4 -0
- package/node_modules/graphql/error/locatedError.d.ts +16 -0
- package/node_modules/graphql/error/locatedError.js +30 -0
- package/node_modules/graphql/error/locatedError.js.flow +37 -0
- package/node_modules/graphql/error/locatedError.mjs +20 -0
- package/node_modules/graphql/error/syntaxError.d.ts +13 -0
- package/node_modules/graphql/error/syntaxError.js +16 -0
- package/node_modules/graphql/error/syntaxError.js.flow +18 -0
- package/node_modules/graphql/error/syntaxError.mjs +9 -0
- package/node_modules/graphql/execution/execute.d.ts +195 -0
- package/node_modules/graphql/execution/execute.js +866 -0
- package/node_modules/graphql/execution/execute.js.flow +1246 -0
- package/node_modules/graphql/execution/execute.mjs +847 -0
- package/node_modules/graphql/execution/index.d.ts +13 -0
- package/node_modules/graphql/execution/index.js +47 -0
- package/node_modules/graphql/execution/index.js.flow +17 -0
- package/node_modules/graphql/execution/index.mjs +3 -0
- package/node_modules/graphql/execution/values.d.ts +65 -0
- package/node_modules/graphql/execution/values.js +228 -0
- package/node_modules/graphql/execution/values.js.flow +267 -0
- package/node_modules/graphql/execution/values.mjs +206 -0
- package/node_modules/graphql/graphql.d.ts +82 -0
- package/node_modules/graphql/graphql.js +118 -0
- package/node_modules/graphql/graphql.js.flow +207 -0
- package/node_modules/graphql/graphql.mjs +142 -0
- package/node_modules/graphql/index.d.ts +469 -0
- package/node_modules/graphql/index.js +1205 -0
- package/node_modules/graphql/index.js.flow +456 -0
- package/node_modules/graphql/index.mjs +94 -0
- package/node_modules/graphql/jsutils/Maybe.d.ts +2 -0
- package/node_modules/graphql/jsutils/ObjMap.js +1 -0
- package/node_modules/graphql/jsutils/ObjMap.js.flow +8 -0
- package/node_modules/graphql/jsutils/ObjMap.mjs +1 -0
- package/node_modules/graphql/jsutils/Path.d.ts +19 -0
- package/node_modules/graphql/jsutils/Path.js +34 -0
- package/node_modules/graphql/jsutils/Path.js.flow +30 -0
- package/node_modules/graphql/jsutils/Path.mjs +25 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +1 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js +1 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js.flow +2 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.mjs +1 -0
- package/node_modules/graphql/jsutils/defineInspect.js +25 -0
- package/node_modules/graphql/jsutils/defineInspect.js.flow +20 -0
- package/node_modules/graphql/jsutils/defineInspect.mjs +15 -0
- package/node_modules/graphql/jsutils/devAssert.js +14 -0
- package/node_modules/graphql/jsutils/devAssert.js.flow +8 -0
- package/node_modules/graphql/jsutils/devAssert.mjs +7 -0
- package/node_modules/graphql/jsutils/didYouMean.js +42 -0
- package/node_modules/graphql/jsutils/didYouMean.js.flow +39 -0
- package/node_modules/graphql/jsutils/didYouMean.mjs +36 -0
- package/node_modules/graphql/jsutils/identityFunc.js +13 -0
- package/node_modules/graphql/jsutils/identityFunc.js.flow +7 -0
- package/node_modules/graphql/jsutils/identityFunc.mjs +6 -0
- package/node_modules/graphql/jsutils/inspect.js +133 -0
- package/node_modules/graphql/jsutils/inspect.js.flow +128 -0
- package/node_modules/graphql/jsutils/inspect.mjs +124 -0
- package/node_modules/graphql/jsutils/instanceOf.js +42 -0
- package/node_modules/graphql/jsutils/instanceOf.js.flow +52 -0
- package/node_modules/graphql/jsutils/instanceOf.mjs +35 -0
- package/node_modules/graphql/jsutils/invariant.js +14 -0
- package/node_modules/graphql/jsutils/invariant.js.flow +10 -0
- package/node_modules/graphql/jsutils/invariant.mjs +7 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js +13 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js.flow +14 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.mjs +10 -0
- package/node_modules/graphql/jsutils/isObjectLike.js +16 -0
- package/node_modules/graphql/jsutils/isObjectLike.js.flow +8 -0
- package/node_modules/graphql/jsutils/isObjectLike.mjs +9 -0
- package/node_modules/graphql/jsutils/isPromise.js +15 -0
- package/node_modules/graphql/jsutils/isPromise.js.flow +12 -0
- package/node_modules/graphql/jsutils/isPromise.mjs +8 -0
- package/node_modules/graphql/jsutils/keyMap.js +36 -0
- package/node_modules/graphql/jsutils/keyMap.js.flow +35 -0
- package/node_modules/graphql/jsutils/keyMap.mjs +29 -0
- package/node_modules/graphql/jsutils/keyValMap.js +30 -0
- package/node_modules/graphql/jsutils/keyValMap.js.flow +30 -0
- package/node_modules/graphql/jsutils/keyValMap.mjs +23 -0
- package/node_modules/graphql/jsutils/mapValue.js +27 -0
- package/node_modules/graphql/jsutils/mapValue.js.flow +20 -0
- package/node_modules/graphql/jsutils/mapValue.mjs +18 -0
- package/node_modules/graphql/jsutils/memoize3.js +45 -0
- package/node_modules/graphql/jsutils/memoize3.js.flow +39 -0
- package/node_modules/graphql/jsutils/memoize3.mjs +38 -0
- package/node_modules/graphql/jsutils/naturalCompare.js +69 -0
- package/node_modules/graphql/jsutils/naturalCompare.js.flow +59 -0
- package/node_modules/graphql/jsutils/naturalCompare.mjs +61 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js +10 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow +8 -0
- package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs +3 -0
- package/node_modules/graphql/jsutils/printPathArray.js +15 -0
- package/node_modules/graphql/jsutils/printPathArray.js.flow +13 -0
- package/node_modules/graphql/jsutils/printPathArray.mjs +8 -0
- package/node_modules/graphql/jsutils/promiseForObject.js +26 -0
- package/node_modules/graphql/jsutils/promiseForObject.js.flow +22 -0
- package/node_modules/graphql/jsutils/promiseForObject.mjs +19 -0
- package/node_modules/graphql/jsutils/promiseReduce.js +25 -0
- package/node_modules/graphql/jsutils/promiseReduce.js.flow +25 -0
- package/node_modules/graphql/jsutils/promiseReduce.mjs +16 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.js +73 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.js.flow +59 -0
- package/node_modules/graphql/jsutils/safeArrayFrom.mjs +66 -0
- package/node_modules/graphql/jsutils/suggestionList.js +141 -0
- package/node_modules/graphql/jsutils/suggestionList.js.flow +138 -0
- package/node_modules/graphql/jsutils/suggestionList.mjs +131 -0
- package/node_modules/graphql/jsutils/toObjMap.js +28 -0
- package/node_modules/graphql/jsutils/toObjMap.js.flow +26 -0
- package/node_modules/graphql/jsutils/toObjMap.mjs +18 -0
- package/node_modules/graphql/language/ast.d.ts +602 -0
- package/node_modules/graphql/language/ast.js +132 -0
- package/node_modules/graphql/language/ast.js.flow +637 -0
- package/node_modules/graphql/language/ast.mjs +118 -0
- package/node_modules/graphql/language/blockString.d.ts +23 -0
- package/node_modules/graphql/language/blockString.js +134 -0
- package/node_modules/graphql/language/blockString.js.flow +121 -0
- package/node_modules/graphql/language/blockString.mjs +124 -0
- package/node_modules/graphql/language/directiveLocation.d.ts +32 -0
- package/node_modules/graphql/language/directiveLocation.js +38 -0
- package/node_modules/graphql/language/directiveLocation.js.flow +32 -0
- package/node_modules/graphql/language/directiveLocation.mjs +29 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.d.ts +1006 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.js +987 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.js.flow +1000 -0
- package/node_modules/graphql/language/experimentalOnlineParser/grammar.mjs +980 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.d.ts +6 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.js +31 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.js.flow +7 -0
- package/node_modules/graphql/language/experimentalOnlineParser/index.mjs +1 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.d.ts +125 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js +604 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js.flow +723 -0
- package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.mjs +587 -0
- package/node_modules/graphql/language/index.d.ts +96 -0
- package/node_modules/graphql/language/index.js +191 -0
- package/node_modules/graphql/language/index.js.flow +98 -0
- package/node_modules/graphql/language/index.mjs +12 -0
- package/node_modules/graphql/language/kinds.d.ts +74 -0
- package/node_modules/graphql/language/kinds.js +71 -0
- package/node_modules/graphql/language/kinds.js.flow +75 -0
- package/node_modules/graphql/language/kinds.mjs +62 -0
- package/node_modules/graphql/language/lexer.d.ts +58 -0
- package/node_modules/graphql/language/lexer.js +690 -0
- package/node_modules/graphql/language/lexer.js.flow +701 -0
- package/node_modules/graphql/language/lexer.mjs +676 -0
- package/node_modules/graphql/language/location.d.ts +15 -0
- package/node_modules/graphql/language/location.js +31 -0
- package/node_modules/graphql/language/location.js.flow +26 -0
- package/node_modules/graphql/language/location.mjs +24 -0
- package/node_modules/graphql/language/parser.d.ts +543 -0
- package/node_modules/graphql/language/parser.js +1566 -0
- package/node_modules/graphql/language/parser.js.flow +1568 -0
- package/node_modules/graphql/language/parser.mjs +1547 -0
- package/node_modules/graphql/language/predicates.d.ts +36 -0
- package/node_modules/graphql/language/predicates.js +52 -0
- package/node_modules/graphql/language/predicates.js.flow +82 -0
- package/node_modules/graphql/language/predicates.mjs +28 -0
- package/node_modules/graphql/language/printLocation.d.ts +16 -0
- package/node_modules/graphql/language/printLocation.js +75 -0
- package/node_modules/graphql/language/printLocation.js.flow +88 -0
- package/node_modules/graphql/language/printLocation.mjs +66 -0
- package/node_modules/graphql/language/printer.d.ts +7 -0
- package/node_modules/graphql/language/printer.js +322 -0
- package/node_modules/graphql/language/printer.js.flow +292 -0
- package/node_modules/graphql/language/printer.mjs +313 -0
- package/node_modules/graphql/language/source.d.ts +25 -0
- package/node_modules/graphql/language/source.js +67 -0
- package/node_modules/graphql/language/source.js.flow +64 -0
- package/node_modules/graphql/language/source.mjs +51 -0
- package/node_modules/graphql/language/tokenKind.d.ts +33 -0
- package/node_modules/graphql/language/tokenKind.js +40 -0
- package/node_modules/graphql/language/tokenKind.js.flow +34 -0
- package/node_modules/graphql/language/tokenKind.mjs +31 -0
- package/node_modules/graphql/language/visitor.d.ts +272 -0
- package/node_modules/graphql/language/visitor.js +397 -0
- package/node_modules/graphql/language/visitor.js.flow +437 -0
- package/node_modules/graphql/language/visitor.mjs +383 -0
- package/node_modules/graphql/package.json +28 -0
- package/node_modules/graphql/polyfills/arrayFrom.js +57 -0
- package/node_modules/graphql/polyfills/arrayFrom.js.flow +58 -0
- package/node_modules/graphql/polyfills/arrayFrom.mjs +49 -0
- package/node_modules/graphql/polyfills/find.js +22 -0
- package/node_modules/graphql/polyfills/find.js.flow +20 -0
- package/node_modules/graphql/polyfills/find.mjs +14 -0
- package/node_modules/graphql/polyfills/isFinite.js +15 -0
- package/node_modules/graphql/polyfills/isFinite.js.flow +13 -0
- package/node_modules/graphql/polyfills/isFinite.mjs +7 -0
- package/node_modules/graphql/polyfills/isInteger.js +15 -0
- package/node_modules/graphql/polyfills/isInteger.js.flow +16 -0
- package/node_modules/graphql/polyfills/isInteger.mjs +7 -0
- package/node_modules/graphql/polyfills/objectEntries.js +17 -0
- package/node_modules/graphql/polyfills/objectEntries.js.flow +11 -0
- package/node_modules/graphql/polyfills/objectEntries.mjs +9 -0
- package/node_modules/graphql/polyfills/objectValues.js +17 -0
- package/node_modules/graphql/polyfills/objectValues.js.flow +10 -0
- package/node_modules/graphql/polyfills/objectValues.mjs +9 -0
- package/node_modules/graphql/polyfills/symbols.js +17 -0
- package/node_modules/graphql/polyfills/symbols.js.flow +20 -0
- package/node_modules/graphql/polyfills/symbols.mjs +8 -0
- package/node_modules/graphql/subscription/index.d.ts +5 -0
- package/node_modules/graphql/subscription/index.js +19 -0
- package/node_modules/graphql/subscription/index.js.flow +3 -0
- package/node_modules/graphql/subscription/index.mjs +1 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.d.ts +11 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.js +86 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.js.flow +74 -0
- package/node_modules/graphql/subscription/mapAsyncIterator.mjs +79 -0
- package/node_modules/graphql/subscription/subscribe.d.ts +80 -0
- package/node_modules/graphql/subscription/subscribe.js +192 -0
- package/node_modules/graphql/subscription/subscribe.js.flow +298 -0
- package/node_modules/graphql/subscription/subscribe.mjs +172 -0
- package/node_modules/graphql/type/definition.d.ts +955 -0
- package/node_modules/graphql/type/definition.js +1226 -0
- package/node_modules/graphql/type/definition.js.flow +1659 -0
- package/node_modules/graphql/type/definition.mjs +1107 -0
- package/node_modules/graphql/type/directives.d.ts +96 -0
- package/node_modules/graphql/type/directives.js +205 -0
- package/node_modules/graphql/type/directives.js.flow +230 -0
- package/node_modules/graphql/type/directives.mjs +175 -0
- package/node_modules/graphql/type/index.d.ts +170 -0
- package/node_modules/graphql/type/index.js +509 -0
- package/node_modules/graphql/type/index.js.flow +165 -0
- package/node_modules/graphql/type/index.mjs +27 -0
- package/node_modules/graphql/type/introspection.d.ts +40 -0
- package/node_modules/graphql/type/introspection.js +624 -0
- package/node_modules/graphql/type/introspection.js.flow +560 -0
- package/node_modules/graphql/type/introspection.mjs +577 -0
- package/node_modules/graphql/type/scalars.d.ts +11 -0
- package/node_modules/graphql/type/scalars.js +284 -0
- package/node_modules/graphql/type/scalars.js.flow +287 -0
- package/node_modules/graphql/type/scalars.mjs +258 -0
- package/node_modules/graphql/type/schema.d.ts +147 -0
- package/node_modules/graphql/type/schema.js +384 -0
- package/node_modules/graphql/type/schema.js.flow +435 -0
- package/node_modules/graphql/type/schema.mjs +361 -0
- package/node_modules/graphql/type/validate.d.ts +20 -0
- package/node_modules/graphql/type/validate.js +549 -0
- package/node_modules/graphql/type/validate.js.flow +670 -0
- package/node_modules/graphql/type/validate.mjs +528 -0
- package/node_modules/graphql/utilities/TypeInfo.d.ts +60 -0
- package/node_modules/graphql/utilities/TypeInfo.js +397 -0
- package/node_modules/graphql/utilities/TypeInfo.js.flow +359 -0
- package/node_modules/graphql/utilities/TypeInfo.mjs +378 -0
- package/node_modules/graphql/utilities/assertValidName.d.ts +11 -0
- package/node_modules/graphql/utilities/assertValidName.js +44 -0
- package/node_modules/graphql/utilities/assertValidName.js.flow +34 -0
- package/node_modules/graphql/utilities/assertValidName.mjs +31 -0
- package/node_modules/graphql/utilities/astFromValue.d.ts +26 -0
- package/node_modules/graphql/utilities/astFromValue.js +196 -0
- package/node_modules/graphql/utilities/astFromValue.js.flow +154 -0
- package/node_modules/graphql/utilities/astFromValue.mjs +178 -0
- package/node_modules/graphql/utilities/buildASTSchema.d.ts +53 -0
- package/node_modules/graphql/utilities/buildASTSchema.js +117 -0
- package/node_modules/graphql/utilities/buildASTSchema.js.flow +129 -0
- package/node_modules/graphql/utilities/buildASTSchema.mjs +100 -0
- package/node_modules/graphql/utilities/buildClientSchema.d.ts +20 -0
- package/node_modules/graphql/utilities/buildClientSchema.js +335 -0
- package/node_modules/graphql/utilities/buildClientSchema.js.flow +408 -0
- package/node_modules/graphql/utilities/buildClientSchema.mjs +315 -0
- package/node_modules/graphql/utilities/coerceInputValue.d.ts +17 -0
- package/node_modules/graphql/utilities/coerceInputValue.js +148 -0
- package/node_modules/graphql/utilities/coerceInputValue.js.flow +195 -0
- package/node_modules/graphql/utilities/coerceInputValue.mjs +129 -0
- package/node_modules/graphql/utilities/concatAST.d.ts +8 -0
- package/node_modules/graphql/utilities/concatAST.js +25 -0
- package/node_modules/graphql/utilities/concatAST.js.flow +17 -0
- package/node_modules/graphql/utilities/concatAST.mjs +18 -0
- package/node_modules/graphql/utilities/extendSchema.d.ts +75 -0
- package/node_modules/graphql/utilities/extendSchema.js +719 -0
- package/node_modules/graphql/utilities/extendSchema.js.flow +782 -0
- package/node_modules/graphql/utilities/extendSchema.mjs +689 -0
- package/node_modules/graphql/utilities/findBreakingChanges.d.ts +57 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js +522 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js.flow +590 -0
- package/node_modules/graphql/utilities/findBreakingChanges.mjs +498 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.d.ts +21 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.js +27 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.js.flow +29 -0
- package/node_modules/graphql/utilities/findDeprecatedUsages.mjs +19 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +193 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js +33 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js.flow +312 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +26 -0
- package/node_modules/graphql/utilities/getOperationAST.d.ts +13 -0
- package/node_modules/graphql/utilities/getOperationAST.js +40 -0
- package/node_modules/graphql/utilities/getOperationAST.js.flow +31 -0
- package/node_modules/graphql/utilities/getOperationAST.mjs +33 -0
- package/node_modules/graphql/utilities/getOperationRootType.d.ts +14 -0
- package/node_modules/graphql/utilities/getOperationRootType.js +45 -0
- package/node_modules/graphql/utilities/getOperationRootType.js.flow +56 -0
- package/node_modules/graphql/utilities/getOperationRootType.mjs +38 -0
- package/node_modules/graphql/utilities/index.d.ts +119 -0
- package/node_modules/graphql/utilities/index.js +247 -0
- package/node_modules/graphql/utilities/index.js.flow +114 -0
- package/node_modules/graphql/utilities/index.mjs +49 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +20 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js +48 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js.flow +41 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.mjs +36 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +8 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js +202 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js.flow +187 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +185 -0
- package/node_modules/graphql/utilities/printSchema.d.ts +30 -0
- package/node_modules/graphql/utilities/printSchema.js +289 -0
- package/node_modules/graphql/utilities/printSchema.js.flow +382 -0
- package/node_modules/graphql/utilities/printSchema.mjs +268 -0
- package/node_modules/graphql/utilities/separateOperations.d.ts +11 -0
- package/node_modules/graphql/utilities/separateOperations.js +92 -0
- package/node_modules/graphql/utilities/separateOperations.js.flow +97 -0
- package/node_modules/graphql/utilities/separateOperations.mjs +84 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +55 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js +123 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js.flow +115 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +113 -0
- package/node_modules/graphql/utilities/typeComparators.d.ts +32 -0
- package/node_modules/graphql/utilities/typeComparators.js +115 -0
- package/node_modules/graphql/utilities/typeComparators.js.flow +120 -0
- package/node_modules/graphql/utilities/typeComparators.mjs +104 -0
- package/node_modules/graphql/utilities/typeFromAST.d.ts +29 -0
- package/node_modules/graphql/utilities/typeFromAST.js +39 -0
- package/node_modules/graphql/utilities/typeFromAST.js.flow +55 -0
- package/node_modules/graphql/utilities/typeFromAST.mjs +36 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +20 -0
- package/node_modules/graphql/utilities/valueFromAST.d.ts +30 -0
- package/node_modules/graphql/utilities/valueFromAST.js +186 -0
- package/node_modules/graphql/utilities/valueFromAST.js.flow +164 -0
- package/node_modules/graphql/utilities/valueFromAST.mjs +171 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +24 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js +68 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js.flow +57 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +56 -0
- package/node_modules/graphql/validation/ValidationContext.d.ts +98 -0
- package/node_modules/graphql/validation/ValidationContext.js +241 -0
- package/node_modules/graphql/validation/ValidationContext.js.flow +254 -0
- package/node_modules/graphql/validation/ValidationContext.mjs +224 -0
- package/node_modules/graphql/validation/index.d.ts +96 -0
- package/node_modules/graphql/validation/index.js +309 -0
- package/node_modules/graphql/validation/index.js.flow +99 -0
- package/node_modules/graphql/validation/index.mjs +67 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.d.ts +8 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.js +13 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.js.flow +9 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitions.mjs +8 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +35 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.flow +39 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +26 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +132 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.flow +146 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +117 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +46 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.flow +52 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +36 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +17 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +104 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.flow +98 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +89 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +148 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js.flow +138 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +134 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +27 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.flow +26 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +20 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +73 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js.flow +84 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +58 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +32 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.d.ts +8 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js +13 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js.flow +9 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs +8 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +35 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.flow +43 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +28 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +4 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +70 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.flow +78 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +41 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.flow +46 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +34 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +52 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.flow +54 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +45 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +47 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.flow +49 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +40 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +584 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.flow +833 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +568 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +13 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +63 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.flow +78 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +50 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.d.ts +8 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js +13 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js.flow +9 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensions.mjs +8 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +141 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.flow +145 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +124 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +19 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +136 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.flow +125 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +119 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +45 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js.flow +49 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +34 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +25 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.flow +33 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +18 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +37 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.flow +39 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +30 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +36 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.flow +46 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +29 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +82 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.flow +90 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +55 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.flow +69 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +47 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +66 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.flow +87 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +58 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +33 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.flow +34 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +26 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +39 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.flow +44 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +32 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +35 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +28 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypes.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +50 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.flow +66 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +43 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.d.ts +8 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.js +13 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.js.flow +9 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNames.mjs +8 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +9 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +43 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.flow +53 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +36 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +11 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +31 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.flow +36 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +10 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +143 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.flow +158 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +126 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +12 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +34 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.flow +40 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +24 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +9 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +87 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.flow +98 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +14 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +79 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.flow +94 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +16 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +34 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js.flow +38 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +25 -0
- package/node_modules/graphql/validation/specifiedRules.d.ts +14 -0
- package/node_modules/graphql/validation/specifiedRules.js +115 -0
- package/node_modules/graphql/validation/specifiedRules.js.flow +148 -0
- package/node_modules/graphql/validation/specifiedRules.mjs +73 -0
- package/node_modules/graphql/validation/validate.d.ts +63 -0
- package/node_modules/graphql/validation/validate.js +128 -0
- package/node_modules/graphql/validation/validate.js.flow +128 -0
- package/node_modules/graphql/validation/validate.mjs +107 -0
- package/node_modules/graphql/version.d.ts +14 -0
- package/node_modules/graphql/version.js +28 -0
- package/node_modules/graphql/version.js.flow +20 -0
- package/node_modules/graphql/version.mjs +19 -0
- package/node_modules/graphql-mapping-template/API.md +476 -0
- package/node_modules/graphql-mapping-template/CHANGELOG.md +505 -0
- package/node_modules/graphql-mapping-template/lib/ast.d.ts +151 -0
- package/node_modules/graphql-mapping-template/lib/ast.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/ast.js +212 -0
- package/node_modules/graphql-mapping-template/lib/ast.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts +53 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.js +171 -0
- package/node_modules/graphql-mapping-template/lib/dynamodb.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts +4 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.js +8 -0
- package/node_modules/graphql-mapping-template/lib/elasticsearch.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/http.d.ts +25 -0
- package/node_modules/graphql-mapping-template/lib/http.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/http.js +49 -0
- package/node_modules/graphql-mapping-template/lib/http.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/index.d.ts +7 -0
- package/node_modules/graphql-mapping-template/lib/index.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/index.js +23 -0
- package/node_modules/graphql-mapping-template/lib/index.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/print.d.ts +5 -0
- package/node_modules/graphql-mapping-template/lib/print.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/print.js +187 -0
- package/node_modules/graphql-mapping-template/lib/print.js.map +1 -0
- package/node_modules/graphql-mapping-template/lib/searchable.d.ts +29 -0
- package/node_modules/graphql-mapping-template/lib/searchable.d.ts.map +1 -0
- package/node_modules/graphql-mapping-template/lib/searchable.js +53 -0
- package/node_modules/graphql-mapping-template/lib/searchable.js.map +1 -0
- package/node_modules/graphql-mapping-template/package.json +50 -0
- package/node_modules/graphql-transformer-common/API.md +494 -0
- package/node_modules/graphql-transformer-common/CHANGELOG.md +700 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts +7 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js +27 -0
- package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts +4 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js +11 -0
- package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts +35 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js +143 -0
- package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts +12 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js +32 -0
- package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +118 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +122 -0
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts +5 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js +18 -0
- package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts +3 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.js +15 -0
- package/node_modules/graphql-transformer-common/lib/connectionUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/definition.d.ts +43 -0
- package/node_modules/graphql-transformer-common/lib/definition.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/definition.js +379 -0
- package/node_modules/graphql-transformer-common/lib/definition.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js +313 -0
- package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/index.d.ts +15 -0
- package/node_modules/graphql-transformer-common/lib/index.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/index.js +31 -0
- package/node_modules/graphql-transformer-common/lib/index.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.js +1 -0
- package/node_modules/graphql-transformer-common/lib/modelUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts +3 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.js +28 -0
- package/node_modules/graphql-transformer-common/lib/nodeUtils.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts +5 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.js +9 -0
- package/node_modules/graphql-transformer-common/lib/transformedArgs.js.map +1 -0
- package/node_modules/graphql-transformer-common/lib/util.d.ts +11 -0
- package/node_modules/graphql-transformer-common/lib/util.d.ts.map +1 -0
- package/node_modules/graphql-transformer-common/lib/util.js +65 -0
- package/node_modules/graphql-transformer-common/lib/util.js.map +1 -0
- package/node_modules/graphql-transformer-common/package.json +58 -0
- package/node_modules/hjson/LICENSE +21 -0
- package/node_modules/hjson/README.md +174 -0
- package/node_modules/hjson/bin/hjson +98 -0
- package/node_modules/hjson/bundle/hjson.js +1506 -0
- package/node_modules/hjson/bundle/hjson.min.js +23 -0
- package/node_modules/hjson/history.md +103 -0
- package/node_modules/hjson/lib/hjson-comments.js +202 -0
- package/node_modules/hjson/lib/hjson-common.js +108 -0
- package/node_modules/hjson/lib/hjson-dsf.js +127 -0
- package/node_modules/hjson/lib/hjson-parse.js +455 -0
- package/node_modules/hjson/lib/hjson-stringify.js +400 -0
- package/node_modules/hjson/lib/hjson-version.js +1 -0
- package/node_modules/hjson/lib/hjson.js +183 -0
- package/node_modules/hjson/lib/require-config.js +11 -0
- package/node_modules/hjson/package.json +43 -0
- package/node_modules/immer/LICENSE +21 -0
- package/node_modules/immer/compat/pre-3.7/dist/immer.d.ts +318 -0
- package/node_modules/immer/dist/core/current.d.ts +3 -0
- package/node_modules/immer/dist/core/current.d.ts.map +1 -0
- package/node_modules/immer/dist/core/finalize.d.ts +3 -0
- package/node_modules/immer/dist/core/finalize.d.ts.map +1 -0
- package/node_modules/immer/dist/core/immerClass.d.ts +53 -0
- package/node_modules/immer/dist/core/immerClass.d.ts.map +1 -0
- package/node_modules/immer/dist/core/proxy.d.ts +38 -0
- package/node_modules/immer/dist/core/proxy.d.ts.map +1 -0
- package/node_modules/immer/dist/core/scope.d.ts +18 -0
- package/node_modules/immer/dist/core/scope.d.ts.map +1 -0
- package/node_modules/immer/dist/immer.cjs.development.js +2085 -0
- package/node_modules/immer/dist/immer.cjs.development.js.map +1 -0
- package/node_modules/immer/dist/immer.cjs.production.min.js +2 -0
- package/node_modules/immer/dist/immer.cjs.production.min.js.map +1 -0
- package/node_modules/immer/dist/immer.d.ts +80 -0
- package/node_modules/immer/dist/immer.d.ts.map +1 -0
- package/node_modules/immer/dist/immer.esm.js +2 -0
- package/node_modules/immer/dist/immer.esm.js.map +1 -0
- package/node_modules/immer/dist/immer.esm.mjs +2 -0
- package/node_modules/immer/dist/immer.umd.development.js +2091 -0
- package/node_modules/immer/dist/immer.umd.development.js.map +1 -0
- package/node_modules/immer/dist/immer.umd.production.min.js +2 -0
- package/node_modules/immer/dist/immer.umd.production.min.js.map +1 -0
- package/node_modules/immer/dist/index.js +8 -0
- package/node_modules/immer/dist/index.js.flow +113 -0
- package/node_modules/immer/dist/internal.d.ts +12 -0
- package/node_modules/immer/dist/internal.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/all.d.ts +2 -0
- package/node_modules/immer/dist/plugins/all.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/es5.d.ts +2 -0
- package/node_modules/immer/dist/plugins/es5.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/mapset.d.ts +2 -0
- package/node_modules/immer/dist/plugins/mapset.d.ts.map +1 -0
- package/node_modules/immer/dist/plugins/patches.d.ts +2 -0
- package/node_modules/immer/dist/plugins/patches.d.ts.map +1 -0
- package/node_modules/immer/dist/types/types-external.d.ts +107 -0
- package/node_modules/immer/dist/types/types-external.d.ts.map +1 -0
- package/node_modules/immer/dist/types/types-internal.d.ts +35 -0
- package/node_modules/immer/dist/types/types-internal.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/common.d.ts +32 -0
- package/node_modules/immer/dist/utils/common.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/env.d.ts +23 -0
- package/node_modules/immer/dist/utils/env.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/errors.d.ts +29 -0
- package/node_modules/immer/dist/utils/errors.d.ts.map +1 -0
- package/node_modules/immer/dist/utils/plugins.d.ts +62 -0
- package/node_modules/immer/dist/utils/plugins.d.ts.map +1 -0
- package/node_modules/immer/package.json +104 -0
- package/node_modules/immer/readme.md +33 -0
- package/node_modules/immer/src/core/current.ts +60 -0
- package/node_modules/immer/src/core/finalize.ts +168 -0
- package/node_modules/immer/src/core/immerClass.ts +241 -0
- package/node_modules/immer/src/core/proxy.ts +280 -0
- package/node_modules/immer/src/core/scope.ts +85 -0
- package/node_modules/immer/src/immer.ts +117 -0
- package/node_modules/immer/src/internal.ts +11 -0
- package/node_modules/immer/src/plugins/all.ts +9 -0
- package/node_modules/immer/src/plugins/es5.ts +277 -0
- package/node_modules/immer/src/plugins/mapset.ts +348 -0
- package/node_modules/immer/src/plugins/patches.ts +305 -0
- package/node_modules/immer/src/types/globals.d.ts +1 -0
- package/node_modules/immer/src/types/index.js.flow +113 -0
- package/node_modules/immer/src/types/types-external.ts +262 -0
- package/node_modules/immer/src/types/types-internal.ts +55 -0
- package/node_modules/immer/src/utils/common.ts +216 -0
- package/node_modules/immer/src/utils/env.ts +47 -0
- package/node_modules/immer/src/utils/errors.ts +60 -0
- package/node_modules/immer/src/utils/plugins.ts +109 -0
- package/node_modules/is-buffer/LICENSE +21 -0
- package/node_modules/is-buffer/README.md +54 -0
- package/node_modules/is-buffer/index.d.ts +2 -0
- package/node_modules/is-buffer/index.js +11 -0
- package/node_modules/is-buffer/package.json +65 -0
- package/node_modules/jsonfile/CHANGELOG.md +171 -0
- package/node_modules/jsonfile/LICENSE +15 -0
- package/node_modules/jsonfile/README.md +230 -0
- package/node_modules/jsonfile/index.js +88 -0
- package/node_modules/jsonfile/package.json +40 -0
- package/node_modules/jsonfile/utils.js +14 -0
- package/node_modules/libphonenumber-js/.gitlab-ci.yml +16 -0
- package/node_modules/libphonenumber-js/.nycrc +27 -0
- package/node_modules/libphonenumber-js/AUTHORS +5 -0
- package/node_modules/libphonenumber-js/CHANGELOG.md +604 -0
- package/node_modules/libphonenumber-js/LICENSE +22 -0
- package/node_modules/libphonenumber-js/LICENSE.Apache +176 -0
- package/node_modules/libphonenumber-js/METADATA.md +145 -0
- package/node_modules/libphonenumber-js/README.md +1730 -0
- package/node_modules/libphonenumber-js/autoupdate.cmd +6 -0
- package/node_modules/libphonenumber-js/autoupdate.sh +16 -0
- package/node_modules/libphonenumber-js/build/AsYouType.js +508 -0
- package/node_modules/libphonenumber-js/build/AsYouType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouType.test.js +1200 -0
- package/node_modules/libphonenumber-js/build/AsYouType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js +472 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js +493 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js +133 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js +775 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js +156 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js +23 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeParser.js +508 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeParser.js.map +1 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeState.js +130 -0
- package/node_modules/libphonenumber-js/build/AsYouTypeState.js.map +1 -0
- package/node_modules/libphonenumber-js/build/ParseError.js +22 -0
- package/node_modules/libphonenumber-js/build/ParseError.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.js +153 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.test.js +52 -0
- package/node_modules/libphonenumber-js/build/PhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js +381 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js +79 -0
- package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/constants.js +39 -0
- package/node_modules/libphonenumber-js/build/constants.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js +136 -0
- package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js +340 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js +43 -0
- package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js +49 -0
- package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js +80 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js +34 -0
- package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js +26 -0
- package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js +75 -0
- package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.js +42 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.test.js +38 -0
- package/node_modules/libphonenumber-js/build/findNumbers/util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers.js +22 -0
- package/node_modules/libphonenumber-js/build/findNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers.test.js +194 -0
- package/node_modules/libphonenumber-js/build/findNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findNumbers_.js +22 -0
- package/node_modules/libphonenumber-js/build/findNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.js +38 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js +243 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js +67 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js +53 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js +225 -0
- package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format.js +124 -0
- package/node_modules/libphonenumber-js/build/format.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format.test.js +274 -0
- package/node_modules/libphonenumber-js/build/format.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js +28 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js +22 -0
- package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js +205 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js.map +1 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js +15 -0
- package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/format_.js +201 -0
- package/node_modules/libphonenumber-js/build/format_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountries.js +15 -0
- package/node_modules/libphonenumber-js/build/getCountries.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountries.test.js +14 -0
- package/node_modules/libphonenumber-js/build/getCountries.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.js +14 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js +19 -0
- package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.js +17 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.test.js +23 -0
- package/node_modules/libphonenumber-js/build/getExampleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getNumberType.js +124 -0
- package/node_modules/libphonenumber-js/build/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/getNumberType.test.js +81 -0
- package/node_modules/libphonenumber-js/build/getNumberType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.js +107 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js +41 -0
- package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js +43 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js +13 -0
- package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js +92 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js +39 -0
- package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js +116 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js +42 -0
- package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js +114 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js +22 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
- package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js +110 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +114 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +22 -0
- package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js +46 -0
- package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js +76 -0
- package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js +36 -0
- package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/getNumberType.js +93 -0
- package/node_modules/libphonenumber-js/build/helpers/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js +85 -0
- package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js +19 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js +15 -0
- package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js +45 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js +12 -0
- package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.js +137 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js +12 -0
- package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js +46 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js +23 -0
- package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.js +36 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js +83 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber_.js +82 -0
- package/node_modules/libphonenumber-js/build/isPossibleNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js +30 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js +42 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js +43 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js +23 -0
- package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js +30 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/metadata.js +682 -0
- package/node_modules/libphonenumber-js/build/metadata.js.map +1 -0
- package/node_modules/libphonenumber-js/build/metadata.test.js +123 -0
- package/node_modules/libphonenumber-js/build/metadata.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse.js +48 -0
- package/node_modules/libphonenumber-js/build/parse.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse.test.js +568 -0
- package/node_modules/libphonenumber-js/build/parse.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js +80 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js +32 -0
- package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.js +93 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js +142 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js +22 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js +85 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js +39 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js +21 -0
- package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/parse_.js +367 -0
- package/node_modules/libphonenumber-js/build/parse_.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.js +43 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.test.js +44 -0
- package/node_modules/libphonenumber-js/build/searchNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js +18 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js +51 -0
- package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.js +37 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.js.map +1 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js +13 -0
- package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate.js +23 -0
- package/node_modules/libphonenumber-js/build/validate.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate.test.js +96 -0
- package/node_modules/libphonenumber-js/build/validate.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js +53 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js +37 -0
- package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/build/validate_.js +68 -0
- package/node_modules/libphonenumber-js/build/validate_.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js.map +1 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js +2 -0
- package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js.map +1 -0
- package/node_modules/libphonenumber-js/core/index.commonjs.js +50 -0
- package/node_modules/libphonenumber-js/core/index.d.ts +115 -0
- package/node_modules/libphonenumber-js/core/index.js +34 -0
- package/node_modules/libphonenumber-js/core/package.json +8 -0
- package/node_modules/libphonenumber-js/custom.d.ts +169 -0
- package/node_modules/libphonenumber-js/custom.js +79 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.js +491 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.test.js +1195 -0
- package/node_modules/libphonenumber-js/es6/AsYouType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +465 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js +488 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +119 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +752 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js +138 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js +20 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +492 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeState.js +123 -0
- package/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/ParseError.js +15 -0
- package/node_modules/libphonenumber-js/es6/ParseError.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.js +138 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js +46 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js +363 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js +74 -0
- package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/constants.js +25 -0
- package/node_modules/libphonenumber-js/es6/constants.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js +129 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js +327 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js +42 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js +39 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js +67 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js +27 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js +17 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js +61 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.js +29 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js +35 -0
- package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.js +11 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.test.js +188 -0
- package/node_modules/libphonenumber-js/es6/findNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findNumbers_.js +12 -0
- package/node_modules/libphonenumber-js/es6/findNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js +25 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js +234 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js +54 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js +47 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js +204 -0
- package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format.js +112 -0
- package/node_modules/libphonenumber-js/es6/format.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format.test.js +269 -0
- package/node_modules/libphonenumber-js/es6/format.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js +191 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js +14 -0
- package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/format_.js +188 -0
- package/node_modules/libphonenumber-js/es6/format_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountries.js +5 -0
- package/node_modules/libphonenumber-js/es6/getCountries.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountries.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/getCountries.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js +3 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js +13 -0
- package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.js +7 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.js +109 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.test.js +75 -0
- package/node_modules/libphonenumber-js/es6/getNumberType.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +95 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js +38 -0
- package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +35 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +80 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +108 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +32 -0
- package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +102 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js +16 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +50 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +98 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +107 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
- package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +33 -0
- package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +64 -0
- package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +27 -0
- package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +80 -0
- package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +69 -0
- package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +12 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js +10 -0
- package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +38 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js +7 -0
- package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +126 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js +7 -0
- package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +34 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js +17 -0
- package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.js +26 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js +78 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js +69 -0
- package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js +30 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js +37 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js +14 -0
- package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +19 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/metadata.js +665 -0
- package/node_modules/libphonenumber-js/es6/metadata.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/metadata.test.js +115 -0
- package/node_modules/libphonenumber-js/es6/metadata.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse.js +37 -0
- package/node_modules/libphonenumber-js/es6/parse.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse.test.js +562 -0
- package/node_modules/libphonenumber-js/es6/parse.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +71 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js +27 -0
- package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +80 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js +136 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js +11 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js +80 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js +27 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +11 -0
- package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/parse_.js +339 -0
- package/node_modules/libphonenumber-js/es6/parse_.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.js +33 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.test.js +38 -0
- package/node_modules/libphonenumber-js/es6/searchNumbers.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js +7 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js +45 -0
- package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.js +30 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js +8 -0
- package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate.js +12 -0
- package/node_modules/libphonenumber-js/es6/validate.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate.test.js +91 -0
- package/node_modules/libphonenumber-js/es6/validate.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js +39 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js.map +1 -0
- package/node_modules/libphonenumber-js/es6/validate_.js +57 -0
- package/node_modules/libphonenumber-js/es6/validate_.js.map +1 -0
- package/node_modules/libphonenumber-js/examples.mobile.json +1 -0
- package/node_modules/libphonenumber-js/examples.mobile.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/examples.mobile.json.js +4 -0
- package/node_modules/libphonenumber-js/exports/README.md +98 -0
- package/node_modules/libphonenumber-js/exports/examples.mobile.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.max.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.min.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/metadata.mobile.json/index.js +1 -0
- package/node_modules/libphonenumber-js/exports/package.exports.json +55 -0
- package/node_modules/libphonenumber-js/index.common.js +124 -0
- package/node_modules/libphonenumber-js/index.d.ts +170 -0
- package/node_modules/libphonenumber-js/index.es6.exports/PhoneNumberSearch.js +11 -0
- package/node_modules/libphonenumber-js/index.es6.exports/findPhoneNumbers.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/format.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/getNumberType.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isPossibleNumber.js +9 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isValidNumber.js +9 -0
- package/node_modules/libphonenumber-js/index.es6.exports/isValidNumberForRegion.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/parse.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.exports/searchPhoneNumbers.js +7 -0
- package/node_modules/libphonenumber-js/index.es6.js +67 -0
- package/node_modules/libphonenumber-js/max/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/max/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/max/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/max/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/max/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/max/index.commonjs.js +107 -0
- package/node_modules/libphonenumber-js/max/index.js +40 -0
- package/node_modules/libphonenumber-js/max/metadata.js +11 -0
- package/node_modules/libphonenumber-js/max/package.json +9 -0
- package/node_modules/libphonenumber-js/metadata.full.json +1 -0
- package/node_modules/libphonenumber-js/metadata.full.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.full.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.max.json +1 -0
- package/node_modules/libphonenumber-js/metadata.max.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.max.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.min.json +1 -0
- package/node_modules/libphonenumber-js/metadata.min.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json +1 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json.d.ts +4 -0
- package/node_modules/libphonenumber-js/metadata.mobile.json.js +4 -0
- package/node_modules/libphonenumber-js/min/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/min/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/min/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/min/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/min/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/min/index.commonjs.js +113 -0
- package/node_modules/libphonenumber-js/min/index.d.ts +102 -0
- package/node_modules/libphonenumber-js/min/index.js +40 -0
- package/node_modules/libphonenumber-js/min/metadata.js +11 -0
- package/node_modules/libphonenumber-js/min/package.json +8 -0
- package/node_modules/libphonenumber-js/mobile/exports/AsYouType.js +9 -0
- package/node_modules/libphonenumber-js/mobile/exports/Metadata.js +9 -0
- package/node_modules/libphonenumber-js/mobile/exports/PhoneNumberMatcher.js +8 -0
- package/node_modules/libphonenumber-js/mobile/exports/findNumbers.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/findPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/formatIncompletePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getCountries.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getCountryCallingCode.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getExampleNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/getExtPrefix.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isPossiblePhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isSupportedCountry.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/isValidPhoneNumber.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberFromString.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberWithError.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/searchNumbers.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/searchPhoneNumbersInText.js +6 -0
- package/node_modules/libphonenumber-js/mobile/exports/validatePhoneNumberLength.js +6 -0
- package/node_modules/libphonenumber-js/mobile/index.commonjs.js +107 -0
- package/node_modules/libphonenumber-js/mobile/index.js +40 -0
- package/node_modules/libphonenumber-js/mobile/metadata.js +11 -0
- package/node_modules/libphonenumber-js/mobile/package.json +9 -0
- package/node_modules/libphonenumber-js/package.json +83 -0
- package/node_modules/libphonenumber-js/rollup.config.js +57 -0
- package/node_modules/libphonenumber-js/runnable/download.js +12 -0
- package/node_modules/libphonenumber-js/runnable/generate-country-codes.js +13 -0
- package/node_modules/libphonenumber-js/runnable/generate.js +75 -0
- package/node_modules/libphonenumber-js/runnable/json-to-js.js +14 -0
- package/node_modules/libphonenumber-js/runnable/metadata-branch.js +26 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-push-and-pull-request.js +47 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-push.js +30 -0
- package/node_modules/libphonenumber-js/runnable/metadata-update-and-release.js +32 -0
- package/node_modules/libphonenumber-js/runnable/modules/commit.js +14 -0
- package/node_modules/libphonenumber-js/runnable/modules/exec.js +6 -0
- package/node_modules/libphonenumber-js/runnable/modules/update-metadata.js +88 -0
- package/node_modules/libphonenumber-js/source/AsYouType.js +411 -0
- package/node_modules/libphonenumber-js/source/AsYouType.test.js +1321 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.js +373 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.test.js +633 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.complete.js +135 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.js +694 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.js +100 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.test.js +22 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeParser.js +491 -0
- package/node_modules/libphonenumber-js/source/AsYouTypeState.js +88 -0
- package/node_modules/libphonenumber-js/source/ParseError.js +11 -0
- package/node_modules/libphonenumber-js/source/PhoneNumber.js +95 -0
- package/node_modules/libphonenumber-js/source/PhoneNumber.test.js +44 -0
- package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.js +393 -0
- package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.test.js +74 -0
- package/node_modules/libphonenumber-js/source/constants.js +31 -0
- package/node_modules/libphonenumber-js/source/findNumbers/LRUCache.js +107 -0
- package/node_modules/libphonenumber-js/source/findNumbers/Leniency.js +396 -0
- package/node_modules/libphonenumber-js/source/findNumbers/Leniency.test.js +41 -0
- package/node_modules/libphonenumber-js/source/findNumbers/RegExpCache.js +20 -0
- package/node_modules/libphonenumber-js/source/findNumbers/isValidCandidate.js +86 -0
- package/node_modules/libphonenumber-js/source/findNumbers/isValidPreCandidate.js +29 -0
- package/node_modules/libphonenumber-js/source/findNumbers/parsePreCandidate.js +19 -0
- package/node_modules/libphonenumber-js/source/findNumbers/utf-8.js +82 -0
- package/node_modules/libphonenumber-js/source/findNumbers/util.js +33 -0
- package/node_modules/libphonenumber-js/source/findNumbers/util.test.js +41 -0
- package/node_modules/libphonenumber-js/source/findNumbers.js +7 -0
- package/node_modules/libphonenumber-js/source/findNumbers.test.js +204 -0
- package/node_modules/libphonenumber-js/source/findNumbers_.js +10 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers.js +20 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers.test.js +233 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.js +45 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.test.js +48 -0
- package/node_modules/libphonenumber-js/source/findPhoneNumbers_.js +191 -0
- package/node_modules/libphonenumber-js/source/format.js +113 -0
- package/node_modules/libphonenumber-js/source/format.test.js +231 -0
- package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.js +17 -0
- package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.test.js +21 -0
- package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.js +221 -0
- package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.test.js +16 -0
- package/node_modules/libphonenumber-js/source/format_.js +182 -0
- package/node_modules/libphonenumber-js/source/getCountries.js +5 -0
- package/node_modules/libphonenumber-js/source/getCountries.test.js +9 -0
- package/node_modules/libphonenumber-js/source/getCountryCallingCode.js +2 -0
- package/node_modules/libphonenumber-js/source/getCountryCallingCode.test.js +13 -0
- package/node_modules/libphonenumber-js/source/getExampleNumber.js +7 -0
- package/node_modules/libphonenumber-js/source/getExampleNumber.test.js +17 -0
- package/node_modules/libphonenumber-js/source/getNumberType.js +112 -0
- package/node_modules/libphonenumber-js/source/getNumberType.test.js +65 -0
- package/node_modules/libphonenumber-js/source/helpers/RFC3966.js +59 -0
- package/node_modules/libphonenumber-js/source/helpers/RFC3966.test.js +33 -0
- package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.js +35 -0
- package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.test.js +8 -0
- package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.js +86 -0
- package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.test.js +32 -0
- package/node_modules/libphonenumber-js/source/helpers/extension/createExtensionPattern.js +112 -0
- package/node_modules/libphonenumber-js/source/helpers/extension/extractExtension.js +29 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.js +106 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.test.js +18 -0
- package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumber.js +92 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +104 -0
- package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
- package/node_modules/libphonenumber-js/source/helpers/formatNationalNumberUsingFormat.js +46 -0
- package/node_modules/libphonenumber-js/source/helpers/getCountryByCallingCode.js +47 -0
- package/node_modules/libphonenumber-js/source/helpers/getIddPrefix.js +25 -0
- package/node_modules/libphonenumber-js/source/helpers/getNumberType.js +93 -0
- package/node_modules/libphonenumber-js/source/helpers/isViablePhoneNumber.js +108 -0
- package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.js +11 -0
- package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.test.js +11 -0
- package/node_modules/libphonenumber-js/source/helpers/mergeArrays.js +24 -0
- package/node_modules/libphonenumber-js/source/helpers/mergeArrays.test.js +7 -0
- package/node_modules/libphonenumber-js/source/helpers/parseDigits.js +82 -0
- package/node_modules/libphonenumber-js/source/helpers/parseDigits.test.js +7 -0
- package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.js +30 -0
- package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.test.js +21 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber.js +22 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber.test.js +40 -0
- package/node_modules/libphonenumber-js/source/isPossibleNumber_.js +64 -0
- package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.js +12 -0
- package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.test.js +20 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion.js +24 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion.test.js +28 -0
- package/node_modules/libphonenumber-js/source/isValidNumberForRegion_.js +13 -0
- package/node_modules/libphonenumber-js/source/isValidPhoneNumber.js +12 -0
- package/node_modules/libphonenumber-js/source/isValidPhoneNumber.test.js +20 -0
- package/node_modules/libphonenumber-js/source/metadata.js +535 -0
- package/node_modules/libphonenumber-js/source/metadata.test.js +82 -0
- package/node_modules/libphonenumber-js/source/parse.js +34 -0
- package/node_modules/libphonenumber-js/source/parse.test.js +524 -0
- package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.js +55 -0
- package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.test.js +36 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber.js +61 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber.test.js +112 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.js +7 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.test.js +72 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString_.js +24 -0
- package/node_modules/libphonenumber-js/source/parsePhoneNumber_.js +5 -0
- package/node_modules/libphonenumber-js/source/parse_.js +344 -0
- package/node_modules/libphonenumber-js/source/searchNumbers.js +30 -0
- package/node_modules/libphonenumber-js/source/searchNumbers.test.js +26 -0
- package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.js +7 -0
- package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.test.js +20 -0
- package/node_modules/libphonenumber-js/source/tools/semver-compare.js +26 -0
- package/node_modules/libphonenumber-js/source/tools/semver-compare.test.js +40 -0
- package/node_modules/libphonenumber-js/source/validate.js +9 -0
- package/node_modules/libphonenumber-js/source/validate.test.js +86 -0
- package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.js +31 -0
- package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.test.js +30 -0
- package/node_modules/libphonenumber-js/source/validate_.js +62 -0
- package/node_modules/libphonenumber-js/types.d.ts +116 -0
- package/node_modules/lodash/LICENSE +47 -0
- package/node_modules/lodash/README.md +39 -0
- package/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/lodash/_Map.js +7 -0
- package/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/lodash/_Set.js +7 -0
- package/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/lodash/_apply.js +21 -0
- package/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/lodash/_baseUnset.js +20 -0
- package/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/lodash/_getData.js +15 -0
- package/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/lodash/_getView.js +33 -0
- package/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/lodash/_parent.js +16 -0
- package/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/lodash/_root.js +9 -0
- package/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/lodash/_setData.js +20 -0
- package/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/lodash/add.js +22 -0
- package/node_modules/lodash/after.js +42 -0
- package/node_modules/lodash/array.js +67 -0
- package/node_modules/lodash/ary.js +29 -0
- package/node_modules/lodash/assign.js +58 -0
- package/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/lodash/at.js +23 -0
- package/node_modules/lodash/attempt.js +35 -0
- package/node_modules/lodash/before.js +40 -0
- package/node_modules/lodash/bind.js +57 -0
- package/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/lodash/castArray.js +44 -0
- package/node_modules/lodash/ceil.js +26 -0
- package/node_modules/lodash/chain.js +38 -0
- package/node_modules/lodash/chunk.js +50 -0
- package/node_modules/lodash/clamp.js +39 -0
- package/node_modules/lodash/clone.js +36 -0
- package/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/lodash/collection.js +30 -0
- package/node_modules/lodash/commit.js +33 -0
- package/node_modules/lodash/compact.js +31 -0
- package/node_modules/lodash/concat.js +43 -0
- package/node_modules/lodash/cond.js +60 -0
- package/node_modules/lodash/conforms.js +35 -0
- package/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/lodash/constant.js +26 -0
- package/node_modules/lodash/core.js +3877 -0
- package/node_modules/lodash/core.min.js +29 -0
- package/node_modules/lodash/countBy.js +40 -0
- package/node_modules/lodash/create.js +43 -0
- package/node_modules/lodash/curry.js +57 -0
- package/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/lodash/date.js +3 -0
- package/node_modules/lodash/debounce.js +191 -0
- package/node_modules/lodash/deburr.js +45 -0
- package/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/lodash/defaults.js +64 -0
- package/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/lodash/defer.js +26 -0
- package/node_modules/lodash/delay.js +28 -0
- package/node_modules/lodash/difference.js +33 -0
- package/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/lodash/divide.js +22 -0
- package/node_modules/lodash/drop.js +38 -0
- package/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/lodash/each.js +1 -0
- package/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/lodash/entries.js +1 -0
- package/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/lodash/eq.js +37 -0
- package/node_modules/lodash/escape.js +43 -0
- package/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/lodash/every.js +56 -0
- package/node_modules/lodash/extend.js +1 -0
- package/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/lodash/fill.js +45 -0
- package/node_modules/lodash/filter.js +52 -0
- package/node_modules/lodash/find.js +42 -0
- package/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/lodash/findKey.js +44 -0
- package/node_modules/lodash/findLast.js +25 -0
- package/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/lodash/first.js +1 -0
- package/node_modules/lodash/flake.lock +40 -0
- package/node_modules/lodash/flake.nix +20 -0
- package/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/lodash/flatten.js +22 -0
- package/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/lodash/flip.js +28 -0
- package/node_modules/lodash/floor.js +26 -0
- package/node_modules/lodash/flow.js +27 -0
- package/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/lodash/forEach.js +41 -0
- package/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/lodash/forIn.js +39 -0
- package/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/lodash/fp.js +2 -0
- package/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/lodash/function.js +25 -0
- package/node_modules/lodash/functions.js +31 -0
- package/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/lodash/get.js +33 -0
- package/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/lodash/gt.js +29 -0
- package/node_modules/lodash/gte.js +30 -0
- package/node_modules/lodash/has.js +35 -0
- package/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/lodash/head.js +23 -0
- package/node_modules/lodash/identity.js +21 -0
- package/node_modules/lodash/inRange.js +55 -0
- package/node_modules/lodash/includes.js +53 -0
- package/node_modules/lodash/index.js +1 -0
- package/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/lodash/initial.js +22 -0
- package/node_modules/lodash/intersection.js +30 -0
- package/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/lodash/invert.js +42 -0
- package/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/lodash/invoke.js +24 -0
- package/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/lodash/isArray.js +26 -0
- package/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/lodash/isDate.js +27 -0
- package/node_modules/lodash/isElement.js +25 -0
- package/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/lodash/isError.js +36 -0
- package/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/lodash/isLength.js +35 -0
- package/node_modules/lodash/isMap.js +27 -0
- package/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/lodash/isNative.js +40 -0
- package/node_modules/lodash/isNil.js +25 -0
- package/node_modules/lodash/isNull.js +22 -0
- package/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/lodash/isObject.js +31 -0
- package/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/lodash/isSet.js +27 -0
- package/node_modules/lodash/isString.js +30 -0
- package/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/lodash/join.js +26 -0
- package/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/lodash/keys.js +37 -0
- package/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/lodash/lang.js +58 -0
- package/node_modules/lodash/last.js +20 -0
- package/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/lodash/lodash.js +17209 -0
- package/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/lodash/lt.js +29 -0
- package/node_modules/lodash/lte.js +30 -0
- package/node_modules/lodash/map.js +53 -0
- package/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/lodash/matches.js +46 -0
- package/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/lodash/math.js +17 -0
- package/node_modules/lodash/max.js +29 -0
- package/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/lodash/mean.js +22 -0
- package/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/lodash/memoize.js +73 -0
- package/node_modules/lodash/merge.js +39 -0
- package/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/lodash/method.js +34 -0
- package/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/lodash/min.js +29 -0
- package/node_modules/lodash/minBy.js +34 -0
- package/node_modules/lodash/mixin.js +74 -0
- package/node_modules/lodash/multiply.js +22 -0
- package/node_modules/lodash/negate.js +40 -0
- package/node_modules/lodash/next.js +35 -0
- package/node_modules/lodash/noop.js +17 -0
- package/node_modules/lodash/now.js +23 -0
- package/node_modules/lodash/nth.js +29 -0
- package/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/lodash/number.js +5 -0
- package/node_modules/lodash/object.js +49 -0
- package/node_modules/lodash/omit.js +57 -0
- package/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/lodash/once.js +25 -0
- package/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/lodash/over.js +24 -0
- package/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/lodash/overSome.js +37 -0
- package/node_modules/lodash/package.json +17 -0
- package/node_modules/lodash/pad.js +49 -0
- package/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/lodash/padStart.js +39 -0
- package/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/lodash/partial.js +50 -0
- package/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/lodash/partition.js +43 -0
- package/node_modules/lodash/pick.js +25 -0
- package/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/lodash/plant.js +48 -0
- package/node_modules/lodash/property.js +32 -0
- package/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/lodash/pull.js +29 -0
- package/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/lodash/random.js +82 -0
- package/node_modules/lodash/range.js +46 -0
- package/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/lodash/rearg.js +33 -0
- package/node_modules/lodash/reduce.js +51 -0
- package/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/lodash/reject.js +46 -0
- package/node_modules/lodash/release.md +48 -0
- package/node_modules/lodash/remove.js +53 -0
- package/node_modules/lodash/repeat.js +37 -0
- package/node_modules/lodash/replace.js +29 -0
- package/node_modules/lodash/rest.js +40 -0
- package/node_modules/lodash/result.js +56 -0
- package/node_modules/lodash/reverse.js +34 -0
- package/node_modules/lodash/round.js +26 -0
- package/node_modules/lodash/sample.js +24 -0
- package/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/lodash/seq.js +16 -0
- package/node_modules/lodash/set.js +35 -0
- package/node_modules/lodash/setWith.js +32 -0
- package/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/lodash/size.js +46 -0
- package/node_modules/lodash/slice.js +37 -0
- package/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/lodash/some.js +51 -0
- package/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/lodash/split.js +52 -0
- package/node_modules/lodash/spread.js +63 -0
- package/node_modules/lodash/startCase.js +29 -0
- package/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/lodash/string.js +33 -0
- package/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/lodash/stubString.js +18 -0
- package/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/lodash/subtract.js +22 -0
- package/node_modules/lodash/sum.js +24 -0
- package/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/lodash/tail.js +22 -0
- package/node_modules/lodash/take.js +37 -0
- package/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/lodash/tap.js +29 -0
- package/node_modules/lodash/template.js +272 -0
- package/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/lodash/throttle.js +69 -0
- package/node_modules/lodash/thru.js +28 -0
- package/node_modules/lodash/times.js +51 -0
- package/node_modules/lodash/toArray.js +58 -0
- package/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/lodash/toLength.js +38 -0
- package/node_modules/lodash/toLower.js +28 -0
- package/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/lodash/toPath.js +33 -0
- package/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/lodash/toString.js +28 -0
- package/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/lodash/transform.js +65 -0
- package/node_modules/lodash/trim.js +47 -0
- package/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/lodash/truncate.js +111 -0
- package/node_modules/lodash/unary.js +22 -0
- package/node_modules/lodash/unescape.js +34 -0
- package/node_modules/lodash/union.js +26 -0
- package/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/lodash/uniq.js +25 -0
- package/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/lodash/unset.js +34 -0
- package/node_modules/lodash/unzip.js +45 -0
- package/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/lodash/update.js +35 -0
- package/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/lodash/util.js +34 -0
- package/node_modules/lodash/value.js +1 -0
- package/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/lodash/values.js +34 -0
- package/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/lodash/without.js +31 -0
- package/node_modules/lodash/words.js +35 -0
- package/node_modules/lodash/wrap.js +30 -0
- package/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/lodash/xor.js +28 -0
- package/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/lodash/zip.js +22 -0
- package/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/md5/.travis.yml +7 -0
- package/node_modules/md5/LICENSE +27 -0
- package/node_modules/md5/README.md +111 -0
- package/node_modules/md5/demo/index.html +48 -0
- package/node_modules/md5/dist/md5.min.js +7 -0
- package/node_modules/md5/md5.js +160 -0
- package/node_modules/md5/node_modules/is-buffer/LICENSE +21 -0
- package/node_modules/md5/node_modules/is-buffer/README.md +53 -0
- package/node_modules/md5/node_modules/is-buffer/index.js +21 -0
- package/node_modules/md5/node_modules/is-buffer/package.json +51 -0
- package/node_modules/md5/node_modules/is-buffer/test/basic.js +24 -0
- package/node_modules/md5/package.json +38 -0
- package/node_modules/md5/test.js +75 -0
- package/node_modules/md5/webpack.config.js +13 -0
- package/node_modules/object-hash/LICENSE +22 -0
- package/node_modules/object-hash/dist/object_hash.js +1 -0
- package/node_modules/object-hash/index.js +453 -0
- package/node_modules/object-hash/package.json +53 -0
- package/node_modules/object-hash/readme.markdown +198 -0
- package/node_modules/pluralize/LICENSE +21 -0
- package/node_modules/pluralize/Readme.md +100 -0
- package/node_modules/pluralize/package.json +40 -0
- package/node_modules/pluralize/pluralize.js +503 -0
- package/node_modules/ts-dedent/HISTORY.md +55 -0
- package/node_modules/ts-dedent/LICENSE +21 -0
- package/node_modules/ts-dedent/README.md +107 -0
- package/node_modules/ts-dedent/dist/index.d.ts +2 -0
- package/node_modules/ts-dedent/dist/index.js +42 -0
- package/node_modules/ts-dedent/dist/index.js.map +1 -0
- package/node_modules/ts-dedent/esm/index.d.ts +2 -0
- package/node_modules/ts-dedent/esm/index.js +38 -0
- package/node_modules/ts-dedent/esm/index.js.map +1 -0
- package/node_modules/ts-dedent/package.json +68 -0
- package/node_modules/ts-dedent/src/__tests__/index.spec.ts +554 -0
- package/node_modules/ts-dedent/src/__tests__/issue-21.spec.ts +88 -0
- package/node_modules/ts-dedent/src/index.ts +58 -0
- package/node_modules/universalify/LICENSE +20 -0
- package/node_modules/universalify/README.md +76 -0
- package/node_modules/universalify/index.js +24 -0
- package/node_modules/universalify/package.json +34 -0
- package/node_modules/zod/LICENSE +21 -0
- package/node_modules/zod/README.md +2739 -0
- package/node_modules/zod/index.d.ts +2 -0
- package/node_modules/zod/lib/ZodError.d.ts +163 -0
- package/node_modules/zod/lib/ZodError.js +124 -0
- package/node_modules/zod/lib/__tests__/Mocker.d.ts +17 -0
- package/node_modules/zod/lib/__tests__/Mocker.js +57 -0
- package/node_modules/zod/lib/benchmarks/discriminatedUnion.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/discriminatedUnion.js +79 -0
- package/node_modules/zod/lib/benchmarks/index.d.ts +1 -0
- package/node_modules/zod/lib/benchmarks/index.js +46 -0
- package/node_modules/zod/lib/benchmarks/object.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/object.js +70 -0
- package/node_modules/zod/lib/benchmarks/primitives.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/primitives.js +136 -0
- package/node_modules/zod/lib/benchmarks/realworld.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/realworld.js +56 -0
- package/node_modules/zod/lib/benchmarks/string.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/string.js +55 -0
- package/node_modules/zod/lib/benchmarks/union.d.ts +5 -0
- package/node_modules/zod/lib/benchmarks/union.js +79 -0
- package/node_modules/zod/lib/errors.d.ts +5 -0
- package/node_modules/zod/lib/errors.js +17 -0
- package/node_modules/zod/lib/external.d.ts +6 -0
- package/node_modules/zod/lib/external.js +18 -0
- package/node_modules/zod/lib/helpers/enumUtil.d.ts +8 -0
- package/node_modules/zod/lib/helpers/enumUtil.js +2 -0
- package/node_modules/zod/lib/helpers/errorUtil.d.ts +9 -0
- package/node_modules/zod/lib/helpers/errorUtil.js +8 -0
- package/node_modules/zod/lib/helpers/parseUtil.d.ts +78 -0
- package/node_modules/zod/lib/helpers/parseUtil.js +114 -0
- package/node_modules/zod/lib/helpers/partialUtil.d.ts +8 -0
- package/node_modules/zod/lib/helpers/partialUtil.js +2 -0
- package/node_modules/zod/lib/helpers/typeAliases.d.ts +2 -0
- package/node_modules/zod/lib/helpers/typeAliases.js +2 -0
- package/node_modules/zod/lib/helpers/util.d.ts +68 -0
- package/node_modules/zod/lib/helpers/util.js +142 -0
- package/node_modules/zod/lib/index.d.ts +4 -0
- package/node_modules/zod/lib/index.js +29 -0
- package/node_modules/zod/lib/index.mjs +3953 -0
- package/node_modules/zod/lib/index.umd.js +4066 -0
- package/node_modules/zod/lib/locales/en.d.ts +3 -0
- package/node_modules/zod/lib/locales/en.js +129 -0
- package/node_modules/zod/lib/types.d.ts +1012 -0
- package/node_modules/zod/lib/types.js +3252 -0
- package/node_modules/zod/package.json +105 -0
- package/package.json +166 -0
- package/remove-module-type-from-package-json.ts +19 -0
- package/src/amplify-graphql-api.ts +339 -0
- package/src/amplify-graphql-definition.ts +32 -0
- package/src/index.ts +32 -0
- package/src/internal/amplify-metadata.ts +70 -0
- package/src/internal/asset-manager.ts +43 -0
- package/src/internal/authorization-modes.ts +156 -0
- package/src/internal/codegen-assets.ts +42 -0
- package/src/internal/conflict-resolution.ts +45 -0
- package/src/internal/construct-exports.ts +163 -0
- package/src/internal/default-parameters.ts +20 -0
- package/src/internal/index.ts +7 -0
- package/src/internal/user-defined-slots.ts +128 -0
- package/src/types.ts +750 -0
package/README.md
ADDED
@@ -0,0 +1,2786 @@
|
|
1
|
+
# Amplify Graphql API Construct
|
2
|
+
|
3
|
+
[![View on Construct Hub](https://constructs.dev/badge?package=%40aws-amplify%2Fgraphql-construct-alpha)](https://constructs.dev/packages/@aws-amplify/graphql-api-construct)
|
4
|
+
|
5
|
+
This package vends an L3 CDK Construct wrapping the behavior of the Amplify GraphQL Transformer. This enables quick development and interation of AppSync APIs which support the Amplify GraphQL Directives. For more information on schema modeling in GraphQL, please refer to the [amplify developer docs](https://docs.amplify.aws/cli/graphql/overview/).
|
6
|
+
|
7
|
+
The primary way to use this construct is to invoke it with a provided schema (either as an inline graphql string, or as one or more `appsync.SchemaFile`) objects, and with authorization config provided. There are 5 supported methods for authorization of an AppSync API, all of which are supported by this construct. For more information on authorization rule definitions in Amplify, refer to the [authorization docs](https://docs.amplify.aws/cli/graphql/authorization-rules/). Note: currently at least one authorization rule is required, and if multiple are specified, a `defaultAuthorizationMode` must be specified on the api as well. Specified authorization modes must be a superset of those configured in the graphql schema.
|
8
|
+
|
9
|
+
## Examples
|
10
|
+
|
11
|
+
### Simple Todo List With Cognito Userpool-based Owner Authorization
|
12
|
+
|
13
|
+
In this example, we create a single model, which will use `user pool` auth in order to allow logged in users to create and manage their own `todos` privately.
|
14
|
+
|
15
|
+
We create a cdk App and Stack, though you may be deploying this to a custom stack, this is purely illustrative for a concise demo.
|
16
|
+
|
17
|
+
We then wire this through to import a user pool which was already deployed (creating and deploying is out of scope for this example).
|
18
|
+
|
19
|
+
```ts
|
20
|
+
import { App, Stack } from 'aws-cdk-lib';
|
21
|
+
import { UserPool } from 'aws-cdk-lib/aws-cognito';
|
22
|
+
import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
|
23
|
+
|
24
|
+
const app = new App();
|
25
|
+
const stack = new Stack(app, 'TodoStack');
|
26
|
+
|
27
|
+
new AmplifyGraphqlApi(stack, 'TodoApp', {
|
28
|
+
definition: AmplifyGraphqlDefinition.fromString(/* GraphQL */ `
|
29
|
+
type Todo @model @auth(rules: [{ allow: owner }]) {
|
30
|
+
description: String!
|
31
|
+
completed: Boolean
|
32
|
+
}
|
33
|
+
`),
|
34
|
+
authorizationModes: {
|
35
|
+
userPoolConfig: {
|
36
|
+
userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
|
37
|
+
},
|
38
|
+
},
|
39
|
+
});
|
40
|
+
```
|
41
|
+
|
42
|
+
### Multiple related models, with public read access, and admin read/write access
|
43
|
+
|
44
|
+
In this example, we create a two related models, which will use which logged in users in the 'Author' and 'Admin' user groups will have
|
45
|
+
full access to, and customers requesting with api key will only have read permissions on.
|
46
|
+
|
47
|
+
```ts
|
48
|
+
import { App, Stack } from 'aws-cdk-lib';
|
49
|
+
import { UserPool } from 'aws-cdk-lib/aws-cognito';
|
50
|
+
import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
|
51
|
+
|
52
|
+
const app = new App();
|
53
|
+
const stack = new Stack(app, 'BlogStack');
|
54
|
+
|
55
|
+
new AmplifyGraphqlApi(stack, 'BlogApp', {
|
56
|
+
definition: AmplifyGraphqlDefinition.fromString(/* GraphQL */ `
|
57
|
+
type Blog @model @auth(rules: [{ allow: public, operations: [read] }, { allow: groups, groups: ["Author", "Admin"] }]) {
|
58
|
+
title: String!
|
59
|
+
description: String
|
60
|
+
posts: [Post] @hasMany
|
61
|
+
}
|
62
|
+
|
63
|
+
type Post @model @auth(rules: [{ allow: public, operations: [read] }, { allow: groups, groups: ["Author", "Admin"] }]) {
|
64
|
+
title: String!
|
65
|
+
content: [String]
|
66
|
+
blog: Blog @belongsTo
|
67
|
+
}
|
68
|
+
`),
|
69
|
+
authorizationModes: {
|
70
|
+
defaultAuthorizationMode: 'API_KEY',
|
71
|
+
apiKeyConfig: {
|
72
|
+
description: 'Api Key for public access',
|
73
|
+
expires: cdk.Duration.days(7),
|
74
|
+
},
|
75
|
+
userPoolConfig: {
|
76
|
+
userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
|
77
|
+
},
|
78
|
+
},
|
79
|
+
});
|
80
|
+
```
|
81
|
+
|
82
|
+
### Import GraphQL Schema from files, instead of inline.
|
83
|
+
|
84
|
+
In this example, we import the schema definition itself from one or more local file, rather than an inline graphql string.
|
85
|
+
|
86
|
+
```graphql
|
87
|
+
# todo.graphql
|
88
|
+
type Todo @model @auth(rules: [{ allow: owner }]) {
|
89
|
+
content: String!
|
90
|
+
done: Boolean
|
91
|
+
}
|
92
|
+
```
|
93
|
+
|
94
|
+
```graphql
|
95
|
+
# blog.graphql
|
96
|
+
type Blog @model @auth(rules: [{ allow: owner }, { allow: public, operations: [read] }]) {
|
97
|
+
title: String!
|
98
|
+
description: String
|
99
|
+
posts: [Post] @hasMany
|
100
|
+
}
|
101
|
+
|
102
|
+
type Post @model @auth(rules: [{ allow: owner }, { allow: public, operations: [read] }]) {
|
103
|
+
title: String!
|
104
|
+
content: [String]
|
105
|
+
blog: Blog @belongsTo
|
106
|
+
}
|
107
|
+
```
|
108
|
+
|
109
|
+
```ts
|
110
|
+
// app.ts
|
111
|
+
import { App, Stack } from 'aws-cdk-lib';
|
112
|
+
import { UserPool } from 'aws-cdk-lib/aws-cognito';
|
113
|
+
import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
|
114
|
+
|
115
|
+
const app = new App();
|
116
|
+
const stack = new Stack(app, 'MultiFileStack');
|
117
|
+
|
118
|
+
new AmplifyGraphqlApi(stack, 'MultiFileDefinition', {
|
119
|
+
definition: AmplifyGraphqlDefinition.fromFiles(path.join(__dirname, 'todo.graphql'), path.join(__dirname, 'blog.graphql')),
|
120
|
+
authorizationModes: {
|
121
|
+
defaultAuthorizationMode: 'API_KEY',
|
122
|
+
apiKeyConfig: {
|
123
|
+
description: 'Api Key for public access',
|
124
|
+
expires: cdk.Duration.days(7),
|
125
|
+
},
|
126
|
+
userPoolConfig: {
|
127
|
+
userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
|
128
|
+
},
|
129
|
+
},
|
130
|
+
});
|
131
|
+
```
|
132
|
+
|
133
|
+
# API Reference <a name="API Reference" id="api-reference"></a>
|
134
|
+
|
135
|
+
## Constructs <a name="Constructs" id="Constructs"></a>
|
136
|
+
|
137
|
+
### AmplifyGraphqlApi <a name="AmplifyGraphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi"></a>
|
138
|
+
|
139
|
+
L3 Construct which invokes the Amplify Transformer Pattern over an input Graphql Schema.
|
140
|
+
|
141
|
+
This can be used to quickly define appsync apis which support full CRUD+List and Subscriptions, relationships,
|
142
|
+
auth, search over data, the ability to inject custom business logic and query/mutation operations, and connect to ML services.
|
143
|
+
|
144
|
+
For more information, refer to the docs links below:
|
145
|
+
Data Modeling - https://docs.amplify.aws/cli/graphql/data-modeling/
|
146
|
+
Authorization - https://docs.amplify.aws/cli/graphql/authorization-rules/
|
147
|
+
Custom Business Logic - https://docs.amplify.aws/cli/graphql/custom-business-logic/
|
148
|
+
Search - https://docs.amplify.aws/cli/graphql/search-and-result-aggregations/
|
149
|
+
ML Services - https://docs.amplify.aws/cli/graphql/connect-to-machine-learning-services/
|
150
|
+
|
151
|
+
For a full reference of the supported custom graphql directives - https://docs.amplify.aws/cli/graphql/directives-reference/
|
152
|
+
|
153
|
+
The output of this construct is a mapping of L1 resources generated by the transformer, which generally follow the access pattern
|
154
|
+
|
155
|
+
```typescript
|
156
|
+
const api = new AmplifyGraphQlApi(this, 'api', { <params> });
|
157
|
+
api.resources.api.xrayEnabled = true;
|
158
|
+
Object.values(api.resources.tables).forEach(table => table.pointInTimeRecoverySpecification = { pointInTimeRecoveryEnabled: false });
|
159
|
+
```
|
160
|
+
`resources.<ResourceType>.<ResourceName>` - you can then perform any CDK action on these resulting resoureces.
|
161
|
+
|
162
|
+
#### Initializers <a name="Initializers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer"></a>
|
163
|
+
|
164
|
+
```typescript
|
165
|
+
import { AmplifyGraphqlApi } from '@aws-amplify/graphql-api-construct'
|
166
|
+
|
167
|
+
new AmplifyGraphqlApi(scope: Construct, id: string, props: AmplifyGraphqlApiProps)
|
168
|
+
```
|
169
|
+
|
170
|
+
| **Name** | **Type** | **Description** |
|
171
|
+
| --- | --- | --- |
|
172
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | the scope to create this construct within. |
|
173
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.id">id</a></code> | <code>string</code> | the id to use for this api. |
|
174
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.props">props</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps">AmplifyGraphqlApiProps</a></code> | the properties used to configure the generated api. |
|
175
|
+
|
176
|
+
---
|
177
|
+
|
178
|
+
##### `scope`<sup>Required</sup> <a name="scope" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.scope"></a>
|
179
|
+
|
180
|
+
- *Type:* constructs.Construct
|
181
|
+
|
182
|
+
the scope to create this construct within.
|
183
|
+
|
184
|
+
---
|
185
|
+
|
186
|
+
##### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.id"></a>
|
187
|
+
|
188
|
+
- *Type:* string
|
189
|
+
|
190
|
+
the id to use for this api.
|
191
|
+
|
192
|
+
---
|
193
|
+
|
194
|
+
##### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.props"></a>
|
195
|
+
|
196
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps">AmplifyGraphqlApiProps</a>
|
197
|
+
|
198
|
+
the properties used to configure the generated api.
|
199
|
+
|
200
|
+
---
|
201
|
+
|
202
|
+
#### Methods <a name="Methods" id="Methods"></a>
|
203
|
+
|
204
|
+
| **Name** | **Description** |
|
205
|
+
| --- | --- |
|
206
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.toString">toString</a></code> | Returns a string representation of this construct. |
|
207
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource">addDynamoDbDataSource</a></code> | Add a new DynamoDB data source to this API. |
|
208
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource">addElasticsearchDataSource</a></code> | Add a new elasticsearch data source to this API. |
|
209
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource">addEventBridgeDataSource</a></code> | Add an EventBridge data source to this api. |
|
210
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction">addFunction</a></code> | Add an appsync function to the api. |
|
211
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource">addHttpDataSource</a></code> | Add a new http data source to this API. |
|
212
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource">addLambdaDataSource</a></code> | Add a new Lambda data source to this API. |
|
213
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource">addNoneDataSource</a></code> | Add a new dummy data source to this API. |
|
214
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource">addOpenSearchDataSource</a></code> | dd a new OpenSearch data source to this API. |
|
215
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource">addRdsDataSource</a></code> | Add a new Rds data source to this API. |
|
216
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver">addResolver</a></code> | Add a resolver to the api. |
|
217
|
+
|
218
|
+
---
|
219
|
+
|
220
|
+
##### `toString` <a name="toString" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.toString"></a>
|
221
|
+
|
222
|
+
```typescript
|
223
|
+
public toString(): string
|
224
|
+
```
|
225
|
+
|
226
|
+
Returns a string representation of this construct.
|
227
|
+
|
228
|
+
##### `addDynamoDbDataSource` <a name="addDynamoDbDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource"></a>
|
229
|
+
|
230
|
+
```typescript
|
231
|
+
public addDynamoDbDataSource(id: string, table: ITable, options?: DataSourceOptions): DynamoDbDataSource
|
232
|
+
```
|
233
|
+
|
234
|
+
Add a new DynamoDB data source to this API.
|
235
|
+
|
236
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
237
|
+
|
238
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.id"></a>
|
239
|
+
|
240
|
+
- *Type:* string
|
241
|
+
|
242
|
+
The data source's id.
|
243
|
+
|
244
|
+
---
|
245
|
+
|
246
|
+
###### `table`<sup>Required</sup> <a name="table" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.table"></a>
|
247
|
+
|
248
|
+
- *Type:* aws-cdk-lib.aws_dynamodb.ITable
|
249
|
+
|
250
|
+
The DynamoDB table backing this data source.
|
251
|
+
|
252
|
+
---
|
253
|
+
|
254
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.options"></a>
|
255
|
+
|
256
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
257
|
+
|
258
|
+
The optional configuration for this data source.
|
259
|
+
|
260
|
+
---
|
261
|
+
|
262
|
+
##### ~~`addElasticsearchDataSource`~~ <a name="addElasticsearchDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource"></a>
|
263
|
+
|
264
|
+
```typescript
|
265
|
+
public addElasticsearchDataSource(id: string, domain: IDomain, options?: DataSourceOptions): ElasticsearchDataSource
|
266
|
+
```
|
267
|
+
|
268
|
+
Add a new elasticsearch data source to this API.
|
269
|
+
|
270
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
271
|
+
|
272
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.id"></a>
|
273
|
+
|
274
|
+
- *Type:* string
|
275
|
+
|
276
|
+
The data source's id.
|
277
|
+
|
278
|
+
---
|
279
|
+
|
280
|
+
###### `domain`<sup>Required</sup> <a name="domain" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.domain"></a>
|
281
|
+
|
282
|
+
- *Type:* aws-cdk-lib.aws_elasticsearch.IDomain
|
283
|
+
|
284
|
+
The elasticsearch domain for this data source.
|
285
|
+
|
286
|
+
---
|
287
|
+
|
288
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.options"></a>
|
289
|
+
|
290
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
291
|
+
|
292
|
+
The optional configuration for this data source.
|
293
|
+
|
294
|
+
---
|
295
|
+
|
296
|
+
##### `addEventBridgeDataSource` <a name="addEventBridgeDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource"></a>
|
297
|
+
|
298
|
+
```typescript
|
299
|
+
public addEventBridgeDataSource(id: string, eventBus: IEventBus, options?: DataSourceOptions): EventBridgeDataSource
|
300
|
+
```
|
301
|
+
|
302
|
+
Add an EventBridge data source to this api.
|
303
|
+
|
304
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
305
|
+
|
306
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.id"></a>
|
307
|
+
|
308
|
+
- *Type:* string
|
309
|
+
|
310
|
+
The data source's id.
|
311
|
+
|
312
|
+
---
|
313
|
+
|
314
|
+
###### `eventBus`<sup>Required</sup> <a name="eventBus" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.eventBus"></a>
|
315
|
+
|
316
|
+
- *Type:* aws-cdk-lib.aws_events.IEventBus
|
317
|
+
|
318
|
+
The EventBridge EventBus on which to put events.
|
319
|
+
|
320
|
+
---
|
321
|
+
|
322
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.options"></a>
|
323
|
+
|
324
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
325
|
+
|
326
|
+
The optional configuration for this data source.
|
327
|
+
|
328
|
+
---
|
329
|
+
|
330
|
+
##### `addFunction` <a name="addFunction" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction"></a>
|
331
|
+
|
332
|
+
```typescript
|
333
|
+
public addFunction(id: string, props: AddFunctionProps): AppsyncFunction
|
334
|
+
```
|
335
|
+
|
336
|
+
Add an appsync function to the api.
|
337
|
+
|
338
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction.parameter.id"></a>
|
339
|
+
|
340
|
+
- *Type:* string
|
341
|
+
|
342
|
+
the function's id.
|
343
|
+
|
344
|
+
---
|
345
|
+
|
346
|
+
###### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction.parameter.props"></a>
|
347
|
+
|
348
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AddFunctionProps">AddFunctionProps</a>
|
349
|
+
|
350
|
+
---
|
351
|
+
|
352
|
+
##### `addHttpDataSource` <a name="addHttpDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource"></a>
|
353
|
+
|
354
|
+
```typescript
|
355
|
+
public addHttpDataSource(id: string, endpoint: string, options?: HttpDataSourceOptions): HttpDataSource
|
356
|
+
```
|
357
|
+
|
358
|
+
Add a new http data source to this API.
|
359
|
+
|
360
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
361
|
+
|
362
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.id"></a>
|
363
|
+
|
364
|
+
- *Type:* string
|
365
|
+
|
366
|
+
The data source's id.
|
367
|
+
|
368
|
+
---
|
369
|
+
|
370
|
+
###### `endpoint`<sup>Required</sup> <a name="endpoint" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.endpoint"></a>
|
371
|
+
|
372
|
+
- *Type:* string
|
373
|
+
|
374
|
+
The http endpoint.
|
375
|
+
|
376
|
+
---
|
377
|
+
|
378
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.options"></a>
|
379
|
+
|
380
|
+
- *Type:* aws-cdk-lib.aws_appsync.HttpDataSourceOptions
|
381
|
+
|
382
|
+
The optional configuration for this data source.
|
383
|
+
|
384
|
+
---
|
385
|
+
|
386
|
+
##### `addLambdaDataSource` <a name="addLambdaDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource"></a>
|
387
|
+
|
388
|
+
```typescript
|
389
|
+
public addLambdaDataSource(id: string, lambdaFunction: IFunction, options?: DataSourceOptions): LambdaDataSource
|
390
|
+
```
|
391
|
+
|
392
|
+
Add a new Lambda data source to this API.
|
393
|
+
|
394
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
395
|
+
|
396
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.id"></a>
|
397
|
+
|
398
|
+
- *Type:* string
|
399
|
+
|
400
|
+
The data source's id.
|
401
|
+
|
402
|
+
---
|
403
|
+
|
404
|
+
###### `lambdaFunction`<sup>Required</sup> <a name="lambdaFunction" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.lambdaFunction"></a>
|
405
|
+
|
406
|
+
- *Type:* aws-cdk-lib.aws_lambda.IFunction
|
407
|
+
|
408
|
+
The Lambda function to call to interact with this data source.
|
409
|
+
|
410
|
+
---
|
411
|
+
|
412
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.options"></a>
|
413
|
+
|
414
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
415
|
+
|
416
|
+
The optional configuration for this data source.
|
417
|
+
|
418
|
+
---
|
419
|
+
|
420
|
+
##### `addNoneDataSource` <a name="addNoneDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource"></a>
|
421
|
+
|
422
|
+
```typescript
|
423
|
+
public addNoneDataSource(id: string, options?: DataSourceOptions): NoneDataSource
|
424
|
+
```
|
425
|
+
|
426
|
+
Add a new dummy data source to this API.
|
427
|
+
|
428
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
429
|
+
Useful for pipeline resolvers and for backend changes that don't require a data source.
|
430
|
+
|
431
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource.parameter.id"></a>
|
432
|
+
|
433
|
+
- *Type:* string
|
434
|
+
|
435
|
+
The data source's id.
|
436
|
+
|
437
|
+
---
|
438
|
+
|
439
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource.parameter.options"></a>
|
440
|
+
|
441
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
442
|
+
|
443
|
+
The optional configuration for this data source.
|
444
|
+
|
445
|
+
---
|
446
|
+
|
447
|
+
##### `addOpenSearchDataSource` <a name="addOpenSearchDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource"></a>
|
448
|
+
|
449
|
+
```typescript
|
450
|
+
public addOpenSearchDataSource(id: string, domain: IDomain, options?: DataSourceOptions): OpenSearchDataSource
|
451
|
+
```
|
452
|
+
|
453
|
+
dd a new OpenSearch data source to this API.
|
454
|
+
|
455
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
456
|
+
|
457
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.id"></a>
|
458
|
+
|
459
|
+
- *Type:* string
|
460
|
+
|
461
|
+
The data source's id.
|
462
|
+
|
463
|
+
---
|
464
|
+
|
465
|
+
###### `domain`<sup>Required</sup> <a name="domain" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.domain"></a>
|
466
|
+
|
467
|
+
- *Type:* aws-cdk-lib.aws_opensearchservice.IDomain
|
468
|
+
|
469
|
+
The OpenSearch domain for this data source.
|
470
|
+
|
471
|
+
---
|
472
|
+
|
473
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.options"></a>
|
474
|
+
|
475
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
476
|
+
|
477
|
+
The optional configuration for this data source.
|
478
|
+
|
479
|
+
---
|
480
|
+
|
481
|
+
##### `addRdsDataSource` <a name="addRdsDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource"></a>
|
482
|
+
|
483
|
+
```typescript
|
484
|
+
public addRdsDataSource(id: string, serverlessCluster: IServerlessCluster, secretStore: ISecret, databaseName?: string, options?: DataSourceOptions): RdsDataSource
|
485
|
+
```
|
486
|
+
|
487
|
+
Add a new Rds data source to this API.
|
488
|
+
|
489
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
490
|
+
|
491
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.id"></a>
|
492
|
+
|
493
|
+
- *Type:* string
|
494
|
+
|
495
|
+
The data source's id.
|
496
|
+
|
497
|
+
---
|
498
|
+
|
499
|
+
###### `serverlessCluster`<sup>Required</sup> <a name="serverlessCluster" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.serverlessCluster"></a>
|
500
|
+
|
501
|
+
- *Type:* aws-cdk-lib.aws_rds.IServerlessCluster
|
502
|
+
|
503
|
+
The serverless cluster to interact with this data source.
|
504
|
+
|
505
|
+
---
|
506
|
+
|
507
|
+
###### `secretStore`<sup>Required</sup> <a name="secretStore" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.secretStore"></a>
|
508
|
+
|
509
|
+
- *Type:* aws-cdk-lib.aws_secretsmanager.ISecret
|
510
|
+
|
511
|
+
The secret store that contains the username and password for the serverless cluster.
|
512
|
+
|
513
|
+
---
|
514
|
+
|
515
|
+
###### `databaseName`<sup>Optional</sup> <a name="databaseName" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.databaseName"></a>
|
516
|
+
|
517
|
+
- *Type:* string
|
518
|
+
|
519
|
+
The optional name of the database to use within the cluster.
|
520
|
+
|
521
|
+
---
|
522
|
+
|
523
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.options"></a>
|
524
|
+
|
525
|
+
- *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
|
526
|
+
|
527
|
+
The optional configuration for this data source.
|
528
|
+
|
529
|
+
---
|
530
|
+
|
531
|
+
##### `addResolver` <a name="addResolver" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver"></a>
|
532
|
+
|
533
|
+
```typescript
|
534
|
+
public addResolver(id: string, props: ExtendedResolverProps): Resolver
|
535
|
+
```
|
536
|
+
|
537
|
+
Add a resolver to the api.
|
538
|
+
|
539
|
+
This is a proxy method to the L2 GraphqlApi Construct.
|
540
|
+
|
541
|
+
###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver.parameter.id"></a>
|
542
|
+
|
543
|
+
- *Type:* string
|
544
|
+
|
545
|
+
The resolver's id.
|
546
|
+
|
547
|
+
---
|
548
|
+
|
549
|
+
###### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver.parameter.props"></a>
|
550
|
+
|
551
|
+
- *Type:* aws-cdk-lib.aws_appsync.ExtendedResolverProps
|
552
|
+
|
553
|
+
the resolver properties.
|
554
|
+
|
555
|
+
---
|
556
|
+
|
557
|
+
#### Static Functions <a name="Static Functions" id="Static Functions"></a>
|
558
|
+
|
559
|
+
| **Name** | **Description** |
|
560
|
+
| --- | --- |
|
561
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
|
562
|
+
|
563
|
+
---
|
564
|
+
|
565
|
+
##### ~~`isConstruct`~~ <a name="isConstruct" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct"></a>
|
566
|
+
|
567
|
+
```typescript
|
568
|
+
import { AmplifyGraphqlApi } from '@aws-amplify/graphql-api-construct'
|
569
|
+
|
570
|
+
AmplifyGraphqlApi.isConstruct(x: any)
|
571
|
+
```
|
572
|
+
|
573
|
+
Checks if `x` is a construct.
|
574
|
+
|
575
|
+
###### `x`<sup>Required</sup> <a name="x" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct.parameter.x"></a>
|
576
|
+
|
577
|
+
- *Type:* any
|
578
|
+
|
579
|
+
Any object.
|
580
|
+
|
581
|
+
---
|
582
|
+
|
583
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
584
|
+
|
585
|
+
| **Name** | **Type** | **Description** |
|
586
|
+
| --- | --- | --- |
|
587
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
|
588
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.generatedFunctionSlots">generatedFunctionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Resolvers generated by the transform process, persisted on the side in order to facilitate pulling a manifest for the purposes of inspecting and producing overrides. |
|
589
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.graphqlUrl">graphqlUrl</a></code> | <code>string</code> | Graphql URL For the generated API. |
|
590
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.realtimeUrl">realtimeUrl</a></code> | <code>string</code> | Realtime URL For the generated API. |
|
591
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.resources">resources</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources">AmplifyGraphqlApiResources</a></code> | Generated L1 and L2 CDK resources. |
|
592
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.apiKey">apiKey</a></code> | <code>string</code> | Generated Api Key if generated. |
|
593
|
+
|
594
|
+
---
|
595
|
+
|
596
|
+
##### `node`<sup>Required</sup> <a name="node" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.node"></a>
|
597
|
+
|
598
|
+
```typescript
|
599
|
+
public readonly node: Node;
|
600
|
+
```
|
601
|
+
|
602
|
+
- *Type:* constructs.Node
|
603
|
+
|
604
|
+
The tree node.
|
605
|
+
|
606
|
+
---
|
607
|
+
|
608
|
+
##### `generatedFunctionSlots`<sup>Required</sup> <a name="generatedFunctionSlots" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.generatedFunctionSlots"></a>
|
609
|
+
|
610
|
+
```typescript
|
611
|
+
public readonly generatedFunctionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
|
612
|
+
```
|
613
|
+
|
614
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
|
615
|
+
|
616
|
+
Resolvers generated by the transform process, persisted on the side in order to facilitate pulling a manifest for the purposes of inspecting and producing overrides.
|
617
|
+
|
618
|
+
---
|
619
|
+
|
620
|
+
##### `graphqlUrl`<sup>Required</sup> <a name="graphqlUrl" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.graphqlUrl"></a>
|
621
|
+
|
622
|
+
```typescript
|
623
|
+
public readonly graphqlUrl: string;
|
624
|
+
```
|
625
|
+
|
626
|
+
- *Type:* string
|
627
|
+
|
628
|
+
Graphql URL For the generated API.
|
629
|
+
|
630
|
+
May be a CDK Token.
|
631
|
+
|
632
|
+
---
|
633
|
+
|
634
|
+
##### `realtimeUrl`<sup>Required</sup> <a name="realtimeUrl" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.realtimeUrl"></a>
|
635
|
+
|
636
|
+
```typescript
|
637
|
+
public readonly realtimeUrl: string;
|
638
|
+
```
|
639
|
+
|
640
|
+
- *Type:* string
|
641
|
+
|
642
|
+
Realtime URL For the generated API.
|
643
|
+
|
644
|
+
May be a CDK Token.
|
645
|
+
|
646
|
+
---
|
647
|
+
|
648
|
+
##### `resources`<sup>Required</sup> <a name="resources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.resources"></a>
|
649
|
+
|
650
|
+
```typescript
|
651
|
+
public readonly resources: AmplifyGraphqlApiResources;
|
652
|
+
```
|
653
|
+
|
654
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources">AmplifyGraphqlApiResources</a>
|
655
|
+
|
656
|
+
Generated L1 and L2 CDK resources.
|
657
|
+
|
658
|
+
---
|
659
|
+
|
660
|
+
##### `apiKey`<sup>Optional</sup> <a name="apiKey" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.apiKey"></a>
|
661
|
+
|
662
|
+
```typescript
|
663
|
+
public readonly apiKey: string;
|
664
|
+
```
|
665
|
+
|
666
|
+
- *Type:* string
|
667
|
+
|
668
|
+
Generated Api Key if generated.
|
669
|
+
|
670
|
+
May be a CDK Token.
|
671
|
+
|
672
|
+
---
|
673
|
+
|
674
|
+
|
675
|
+
## Structs <a name="Structs" id="Structs"></a>
|
676
|
+
|
677
|
+
### AddFunctionProps <a name="AddFunctionProps" id="@aws-amplify/graphql-api-construct.AddFunctionProps"></a>
|
678
|
+
|
679
|
+
Input type properties when adding a new appsync.AppsyncFunction to the generated API. This is equivalent to the Omit<appsync.AppsyncFunctionProps, 'api'>.
|
680
|
+
|
681
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AddFunctionProps.Initializer"></a>
|
682
|
+
|
683
|
+
```typescript
|
684
|
+
import { AddFunctionProps } from '@aws-amplify/graphql-api-construct'
|
685
|
+
|
686
|
+
const addFunctionProps: AddFunctionProps = { ... }
|
687
|
+
```
|
688
|
+
|
689
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
690
|
+
|
691
|
+
| **Name** | **Type** | **Description** |
|
692
|
+
| --- | --- | --- |
|
693
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.dataSource">dataSource</a></code> | <code>aws-cdk-lib.aws_appsync.BaseDataSource</code> | the data source linked to this AppSync Function. |
|
694
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.name">name</a></code> | <code>string</code> | the name of the AppSync Function. |
|
695
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.code">code</a></code> | <code>aws-cdk-lib.aws_appsync.Code</code> | The function code. |
|
696
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.description">description</a></code> | <code>string</code> | the description for this AppSync Function. |
|
697
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.requestMappingTemplate">requestMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | the request mapping template for the AppSync Function. |
|
698
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.responseMappingTemplate">responseMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | the response mapping template for the AppSync Function. |
|
699
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.runtime">runtime</a></code> | <code>aws-cdk-lib.aws_appsync.FunctionRuntime</code> | The functions runtime. |
|
700
|
+
|
701
|
+
---
|
702
|
+
|
703
|
+
##### `dataSource`<sup>Required</sup> <a name="dataSource" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.dataSource"></a>
|
704
|
+
|
705
|
+
```typescript
|
706
|
+
public readonly dataSource: BaseDataSource;
|
707
|
+
```
|
708
|
+
|
709
|
+
- *Type:* aws-cdk-lib.aws_appsync.BaseDataSource
|
710
|
+
|
711
|
+
the data source linked to this AppSync Function.
|
712
|
+
|
713
|
+
---
|
714
|
+
|
715
|
+
##### `name`<sup>Required</sup> <a name="name" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.name"></a>
|
716
|
+
|
717
|
+
```typescript
|
718
|
+
public readonly name: string;
|
719
|
+
```
|
720
|
+
|
721
|
+
- *Type:* string
|
722
|
+
|
723
|
+
the name of the AppSync Function.
|
724
|
+
|
725
|
+
---
|
726
|
+
|
727
|
+
##### `code`<sup>Optional</sup> <a name="code" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.code"></a>
|
728
|
+
|
729
|
+
```typescript
|
730
|
+
public readonly code: Code;
|
731
|
+
```
|
732
|
+
|
733
|
+
- *Type:* aws-cdk-lib.aws_appsync.Code
|
734
|
+
- *Default:* no code is used
|
735
|
+
|
736
|
+
The function code.
|
737
|
+
|
738
|
+
---
|
739
|
+
|
740
|
+
##### `description`<sup>Optional</sup> <a name="description" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.description"></a>
|
741
|
+
|
742
|
+
```typescript
|
743
|
+
public readonly description: string;
|
744
|
+
```
|
745
|
+
|
746
|
+
- *Type:* string
|
747
|
+
- *Default:* no description
|
748
|
+
|
749
|
+
the description for this AppSync Function.
|
750
|
+
|
751
|
+
---
|
752
|
+
|
753
|
+
##### `requestMappingTemplate`<sup>Optional</sup> <a name="requestMappingTemplate" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.requestMappingTemplate"></a>
|
754
|
+
|
755
|
+
```typescript
|
756
|
+
public readonly requestMappingTemplate: MappingTemplate;
|
757
|
+
```
|
758
|
+
|
759
|
+
- *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
|
760
|
+
- *Default:* no request mapping template
|
761
|
+
|
762
|
+
the request mapping template for the AppSync Function.
|
763
|
+
|
764
|
+
---
|
765
|
+
|
766
|
+
##### `responseMappingTemplate`<sup>Optional</sup> <a name="responseMappingTemplate" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.responseMappingTemplate"></a>
|
767
|
+
|
768
|
+
```typescript
|
769
|
+
public readonly responseMappingTemplate: MappingTemplate;
|
770
|
+
```
|
771
|
+
|
772
|
+
- *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
|
773
|
+
- *Default:* no response mapping template
|
774
|
+
|
775
|
+
the response mapping template for the AppSync Function.
|
776
|
+
|
777
|
+
---
|
778
|
+
|
779
|
+
##### `runtime`<sup>Optional</sup> <a name="runtime" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.runtime"></a>
|
780
|
+
|
781
|
+
```typescript
|
782
|
+
public readonly runtime: FunctionRuntime;
|
783
|
+
```
|
784
|
+
|
785
|
+
- *Type:* aws-cdk-lib.aws_appsync.FunctionRuntime
|
786
|
+
- *Default:* no function runtime, VTL mapping templates used
|
787
|
+
|
788
|
+
The functions runtime.
|
789
|
+
|
790
|
+
---
|
791
|
+
|
792
|
+
### AmplifyGraphqlApiCfnResources <a name="AmplifyGraphqlApiCfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources"></a>
|
793
|
+
|
794
|
+
L1 CDK resources from the Api which were generated as part of the transform.
|
795
|
+
|
796
|
+
These are potentially stored under nested stacks, but presented organized by type instead.
|
797
|
+
|
798
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.Initializer"></a>
|
799
|
+
|
800
|
+
```typescript
|
801
|
+
import { AmplifyGraphqlApiCfnResources } from '@aws-amplify/graphql-api-construct'
|
802
|
+
|
803
|
+
const amplifyGraphqlApiCfnResources: AmplifyGraphqlApiCfnResources = { ... }
|
804
|
+
```
|
805
|
+
|
806
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
807
|
+
|
808
|
+
| **Name** | **Type** | **Description** |
|
809
|
+
| --- | --- | --- |
|
810
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.additionalCfnResources">additionalCfnResources</a></code> | <code>{[ key: string ]: aws-cdk-lib.CfnResource}</code> | Remaining L1 resources generated, keyed by logicalId. |
|
811
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnDataSources">cfnDataSources</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnDataSource}</code> | The Generated AppSync DataSource L1 Resources, keyed by logicalId. |
|
812
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctionConfigurations">cfnFunctionConfigurations</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnFunctionConfiguration}</code> | The Generated AppSync Function L1 Resources, keyed by logicalId. |
|
813
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctions">cfnFunctions</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.CfnFunction}</code> | The Generated Lambda Function L1 Resources, keyed by function name. |
|
814
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlApi">cfnGraphqlApi</a></code> | <code>aws-cdk-lib.aws_appsync.CfnGraphQLApi</code> | The Generated AppSync Api L1 Resource. |
|
815
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlSchema">cfnGraphqlSchema</a></code> | <code>aws-cdk-lib.aws_appsync.CfnGraphQLSchema</code> | The Generated AppSync Schema L1 Resource. |
|
816
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnResolvers">cfnResolvers</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnResolver}</code> | The Generated AppSync Resolver L1 Resources, keyed by logicalId. |
|
817
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnRoles">cfnRoles</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_iam.CfnRole}</code> | The Generated IAM Role L1 Resources, keyed by logicalId. |
|
818
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnTables">cfnTables</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_dynamodb.CfnTable}</code> | The Generated DynamoDB Table L1 Resources, keyed by logicalId. |
|
819
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnApiKey">cfnApiKey</a></code> | <code>aws-cdk-lib.aws_appsync.CfnApiKey</code> | The Generated AppSync Api Key L1 Resource. |
|
820
|
+
|
821
|
+
---
|
822
|
+
|
823
|
+
##### `additionalCfnResources`<sup>Required</sup> <a name="additionalCfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.additionalCfnResources"></a>
|
824
|
+
|
825
|
+
```typescript
|
826
|
+
public readonly additionalCfnResources: {[ key: string ]: CfnResource};
|
827
|
+
```
|
828
|
+
|
829
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.CfnResource}
|
830
|
+
|
831
|
+
Remaining L1 resources generated, keyed by logicalId.
|
832
|
+
|
833
|
+
---
|
834
|
+
|
835
|
+
##### `cfnDataSources`<sup>Required</sup> <a name="cfnDataSources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnDataSources"></a>
|
836
|
+
|
837
|
+
```typescript
|
838
|
+
public readonly cfnDataSources: {[ key: string ]: CfnDataSource};
|
839
|
+
```
|
840
|
+
|
841
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnDataSource}
|
842
|
+
|
843
|
+
The Generated AppSync DataSource L1 Resources, keyed by logicalId.
|
844
|
+
|
845
|
+
---
|
846
|
+
|
847
|
+
##### `cfnFunctionConfigurations`<sup>Required</sup> <a name="cfnFunctionConfigurations" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctionConfigurations"></a>
|
848
|
+
|
849
|
+
```typescript
|
850
|
+
public readonly cfnFunctionConfigurations: {[ key: string ]: CfnFunctionConfiguration};
|
851
|
+
```
|
852
|
+
|
853
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnFunctionConfiguration}
|
854
|
+
|
855
|
+
The Generated AppSync Function L1 Resources, keyed by logicalId.
|
856
|
+
|
857
|
+
---
|
858
|
+
|
859
|
+
##### `cfnFunctions`<sup>Required</sup> <a name="cfnFunctions" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctions"></a>
|
860
|
+
|
861
|
+
```typescript
|
862
|
+
public readonly cfnFunctions: {[ key: string ]: CfnFunction};
|
863
|
+
```
|
864
|
+
|
865
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.CfnFunction}
|
866
|
+
|
867
|
+
The Generated Lambda Function L1 Resources, keyed by function name.
|
868
|
+
|
869
|
+
---
|
870
|
+
|
871
|
+
##### `cfnGraphqlApi`<sup>Required</sup> <a name="cfnGraphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlApi"></a>
|
872
|
+
|
873
|
+
```typescript
|
874
|
+
public readonly cfnGraphqlApi: CfnGraphQLApi;
|
875
|
+
```
|
876
|
+
|
877
|
+
- *Type:* aws-cdk-lib.aws_appsync.CfnGraphQLApi
|
878
|
+
|
879
|
+
The Generated AppSync Api L1 Resource.
|
880
|
+
|
881
|
+
---
|
882
|
+
|
883
|
+
##### `cfnGraphqlSchema`<sup>Required</sup> <a name="cfnGraphqlSchema" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlSchema"></a>
|
884
|
+
|
885
|
+
```typescript
|
886
|
+
public readonly cfnGraphqlSchema: CfnGraphQLSchema;
|
887
|
+
```
|
888
|
+
|
889
|
+
- *Type:* aws-cdk-lib.aws_appsync.CfnGraphQLSchema
|
890
|
+
|
891
|
+
The Generated AppSync Schema L1 Resource.
|
892
|
+
|
893
|
+
---
|
894
|
+
|
895
|
+
##### `cfnResolvers`<sup>Required</sup> <a name="cfnResolvers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnResolvers"></a>
|
896
|
+
|
897
|
+
```typescript
|
898
|
+
public readonly cfnResolvers: {[ key: string ]: CfnResolver};
|
899
|
+
```
|
900
|
+
|
901
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnResolver}
|
902
|
+
|
903
|
+
The Generated AppSync Resolver L1 Resources, keyed by logicalId.
|
904
|
+
|
905
|
+
---
|
906
|
+
|
907
|
+
##### `cfnRoles`<sup>Required</sup> <a name="cfnRoles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnRoles"></a>
|
908
|
+
|
909
|
+
```typescript
|
910
|
+
public readonly cfnRoles: {[ key: string ]: CfnRole};
|
911
|
+
```
|
912
|
+
|
913
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_iam.CfnRole}
|
914
|
+
|
915
|
+
The Generated IAM Role L1 Resources, keyed by logicalId.
|
916
|
+
|
917
|
+
---
|
918
|
+
|
919
|
+
##### `cfnTables`<sup>Required</sup> <a name="cfnTables" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnTables"></a>
|
920
|
+
|
921
|
+
```typescript
|
922
|
+
public readonly cfnTables: {[ key: string ]: CfnTable};
|
923
|
+
```
|
924
|
+
|
925
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_dynamodb.CfnTable}
|
926
|
+
|
927
|
+
The Generated DynamoDB Table L1 Resources, keyed by logicalId.
|
928
|
+
|
929
|
+
---
|
930
|
+
|
931
|
+
##### `cfnApiKey`<sup>Optional</sup> <a name="cfnApiKey" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnApiKey"></a>
|
932
|
+
|
933
|
+
```typescript
|
934
|
+
public readonly cfnApiKey: CfnApiKey;
|
935
|
+
```
|
936
|
+
|
937
|
+
- *Type:* aws-cdk-lib.aws_appsync.CfnApiKey
|
938
|
+
|
939
|
+
The Generated AppSync Api Key L1 Resource.
|
940
|
+
|
941
|
+
---
|
942
|
+
|
943
|
+
### AmplifyGraphqlApiProps <a name="AmplifyGraphqlApiProps" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps"></a>
|
944
|
+
|
945
|
+
Input props for the AmplifyGraphqlApi construct.
|
946
|
+
|
947
|
+
Specifies what the input to transform into an Api, and configurations for
|
948
|
+
the transformation process.
|
949
|
+
|
950
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.Initializer"></a>
|
951
|
+
|
952
|
+
```typescript
|
953
|
+
import { AmplifyGraphqlApiProps } from '@aws-amplify/graphql-api-construct'
|
954
|
+
|
955
|
+
const amplifyGraphqlApiProps: AmplifyGraphqlApiProps = { ... }
|
956
|
+
```
|
957
|
+
|
958
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
959
|
+
|
960
|
+
| **Name** | **Type** | **Description** |
|
961
|
+
| --- | --- | --- |
|
962
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.authorizationModes">authorizationModes</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes">AuthorizationModes</a></code> | Required auth modes for the Api. |
|
963
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.definition">definition</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a></code> | The definition to transform in a full Api. |
|
964
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.apiName">apiName</a></code> | <code>string</code> | Name to be used for the AppSync Api. |
|
965
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.conflictResolution">conflictResolution</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution">ConflictResolution</a></code> | Configure conflict resolution on the Api, which is required to enable DataStore Api functionality. |
|
966
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionNameMap">functionNameMap</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}</code> | Lambda functions referenced in the definitions's. |
|
967
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionSlots">functionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Overrides for a given slot in the generated resolver pipelines. |
|
968
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.outputStorageStrategy">outputStorageStrategy</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a></code> | Strategy to store construct outputs. |
|
969
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.predictionsBucket">predictionsBucket</a></code> | <code>aws-cdk-lib.aws_s3.IBucket</code> | If using predictions, a bucket must be provided which will be used to search for assets. |
|
970
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.stackMappings">stackMappings</a></code> | <code>{[ key: string ]: string}</code> | StackMappings override the assigned nested stack on a per-resource basis. |
|
971
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.transformerPlugins">transformerPlugins</a></code> | <code>any[]</code> | Provide a list of additional custom transformers which are injected into the transform process. |
|
972
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.translationBehavior">translationBehavior</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior">PartialTranslationBehavior</a></code> | This replaces feature flags from the Api construct, for general information on what these parameters do, refer to https://docs.amplify.aws/cli/reference/feature-flags/#graphQLTransformer. |
|
973
|
+
|
974
|
+
---
|
975
|
+
|
976
|
+
##### `authorizationModes`<sup>Required</sup> <a name="authorizationModes" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.authorizationModes"></a>
|
977
|
+
|
978
|
+
```typescript
|
979
|
+
public readonly authorizationModes: AuthorizationModes;
|
980
|
+
```
|
981
|
+
|
982
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AuthorizationModes">AuthorizationModes</a>
|
983
|
+
|
984
|
+
Required auth modes for the Api.
|
985
|
+
|
986
|
+
This object must be a superset of the configured auth providers in the Api definition.
|
987
|
+
For more information, refer to https://docs.amplify.aws/cli/graphql/authorization-rules/
|
988
|
+
|
989
|
+
---
|
990
|
+
|
991
|
+
##### `definition`<sup>Required</sup> <a name="definition" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.definition"></a>
|
992
|
+
|
993
|
+
```typescript
|
994
|
+
public readonly definition: IAmplifyGraphqlDefinition;
|
995
|
+
```
|
996
|
+
|
997
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a>
|
998
|
+
|
999
|
+
The definition to transform in a full Api.
|
1000
|
+
|
1001
|
+
Can be constructed via the AmplifyGraphqlDefinition class.
|
1002
|
+
|
1003
|
+
---
|
1004
|
+
|
1005
|
+
##### `apiName`<sup>Optional</sup> <a name="apiName" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.apiName"></a>
|
1006
|
+
|
1007
|
+
```typescript
|
1008
|
+
public readonly apiName: string;
|
1009
|
+
```
|
1010
|
+
|
1011
|
+
- *Type:* string
|
1012
|
+
|
1013
|
+
Name to be used for the AppSync Api.
|
1014
|
+
|
1015
|
+
Default: construct id.
|
1016
|
+
|
1017
|
+
---
|
1018
|
+
|
1019
|
+
##### `conflictResolution`<sup>Optional</sup> <a name="conflictResolution" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.conflictResolution"></a>
|
1020
|
+
|
1021
|
+
```typescript
|
1022
|
+
public readonly conflictResolution: ConflictResolution;
|
1023
|
+
```
|
1024
|
+
|
1025
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.ConflictResolution">ConflictResolution</a>
|
1026
|
+
|
1027
|
+
Configure conflict resolution on the Api, which is required to enable DataStore Api functionality.
|
1028
|
+
|
1029
|
+
For more information, refer to https://docs.amplify.aws/lib/datastore/getting-started/q/platform/js/
|
1030
|
+
|
1031
|
+
---
|
1032
|
+
|
1033
|
+
##### `functionNameMap`<sup>Optional</sup> <a name="functionNameMap" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionNameMap"></a>
|
1034
|
+
|
1035
|
+
```typescript
|
1036
|
+
public readonly functionNameMap: {[ key: string ]: IFunction};
|
1037
|
+
```
|
1038
|
+
|
1039
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}
|
1040
|
+
|
1041
|
+
Lambda functions referenced in the definitions's.
|
1042
|
+
|
1043
|
+
---
|
1044
|
+
|
1045
|
+
##### `functionSlots`<sup>Optional</sup> <a name="functionSlots" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionSlots"></a>
|
1046
|
+
|
1047
|
+
```typescript
|
1048
|
+
public readonly functionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
|
1049
|
+
```
|
1050
|
+
|
1051
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
|
1052
|
+
|
1053
|
+
Overrides for a given slot in the generated resolver pipelines.
|
1054
|
+
|
1055
|
+
For more information about what slots are available,
|
1056
|
+
refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#override-amplify-generated-resolvers.
|
1057
|
+
|
1058
|
+
---
|
1059
|
+
|
1060
|
+
##### `outputStorageStrategy`<sup>Optional</sup> <a name="outputStorageStrategy" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.outputStorageStrategy"></a>
|
1061
|
+
|
1062
|
+
```typescript
|
1063
|
+
public readonly outputStorageStrategy: IBackendOutputStorageStrategy;
|
1064
|
+
```
|
1065
|
+
|
1066
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a>
|
1067
|
+
|
1068
|
+
Strategy to store construct outputs.
|
1069
|
+
|
1070
|
+
If no outputStorageStrategey is provided a default strategy will be used.
|
1071
|
+
|
1072
|
+
---
|
1073
|
+
|
1074
|
+
##### `predictionsBucket`<sup>Optional</sup> <a name="predictionsBucket" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.predictionsBucket"></a>
|
1075
|
+
|
1076
|
+
```typescript
|
1077
|
+
public readonly predictionsBucket: IBucket;
|
1078
|
+
```
|
1079
|
+
|
1080
|
+
- *Type:* aws-cdk-lib.aws_s3.IBucket
|
1081
|
+
|
1082
|
+
If using predictions, a bucket must be provided which will be used to search for assets.
|
1083
|
+
|
1084
|
+
---
|
1085
|
+
|
1086
|
+
##### `stackMappings`<sup>Optional</sup> <a name="stackMappings" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.stackMappings"></a>
|
1087
|
+
|
1088
|
+
```typescript
|
1089
|
+
public readonly stackMappings: {[ key: string ]: string};
|
1090
|
+
```
|
1091
|
+
|
1092
|
+
- *Type:* {[ key: string ]: string}
|
1093
|
+
|
1094
|
+
StackMappings override the assigned nested stack on a per-resource basis.
|
1095
|
+
|
1096
|
+
Only applies to resolvers, and takes the form
|
1097
|
+
{ <logicalId>: <stackName> }
|
1098
|
+
It is not recommended to use this parameter unless you are encountering stack resource count limits, and worth noting that
|
1099
|
+
after initial deployment AppSync resolvers cannot be moved between nested stacks, they will need to be removed from the app,
|
1100
|
+
then re-added from a new stack.
|
1101
|
+
|
1102
|
+
---
|
1103
|
+
|
1104
|
+
##### `transformerPlugins`<sup>Optional</sup> <a name="transformerPlugins" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.transformerPlugins"></a>
|
1105
|
+
|
1106
|
+
```typescript
|
1107
|
+
public readonly transformerPlugins: any[];
|
1108
|
+
```
|
1109
|
+
|
1110
|
+
- *Type:* any[]
|
1111
|
+
|
1112
|
+
Provide a list of additional custom transformers which are injected into the transform process.
|
1113
|
+
|
1114
|
+
These custom transformers must be implemented with aws-cdk-lib >=2.80.0, and
|
1115
|
+
|
1116
|
+
---
|
1117
|
+
|
1118
|
+
##### `translationBehavior`<sup>Optional</sup> <a name="translationBehavior" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.translationBehavior"></a>
|
1119
|
+
|
1120
|
+
```typescript
|
1121
|
+
public readonly translationBehavior: PartialTranslationBehavior;
|
1122
|
+
```
|
1123
|
+
|
1124
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior">PartialTranslationBehavior</a>
|
1125
|
+
|
1126
|
+
This replaces feature flags from the Api construct, for general information on what these parameters do, refer to https://docs.amplify.aws/cli/reference/feature-flags/#graphQLTransformer.
|
1127
|
+
|
1128
|
+
---
|
1129
|
+
|
1130
|
+
### AmplifyGraphqlApiResources <a name="AmplifyGraphqlApiResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources"></a>
|
1131
|
+
|
1132
|
+
Accessible resources from the Api which were generated as part of the transform.
|
1133
|
+
|
1134
|
+
These are potentially stored under nested stacks, but presented organized by type instead.
|
1135
|
+
|
1136
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.Initializer"></a>
|
1137
|
+
|
1138
|
+
```typescript
|
1139
|
+
import { AmplifyGraphqlApiResources } from '@aws-amplify/graphql-api-construct'
|
1140
|
+
|
1141
|
+
const amplifyGraphqlApiResources: AmplifyGraphqlApiResources = { ... }
|
1142
|
+
```
|
1143
|
+
|
1144
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1145
|
+
|
1146
|
+
| **Name** | **Type** | **Description** |
|
1147
|
+
| --- | --- | --- |
|
1148
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.cfnResources">cfnResources</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources">AmplifyGraphqlApiCfnResources</a></code> | L1 Cfn Resources, for when dipping down a level of abstraction is desirable. |
|
1149
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.functions">functions</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}</code> | The Generated Lambda Function L1 Resources, keyed by function name. |
|
1150
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.graphqlApi">graphqlApi</a></code> | <code>aws-cdk-lib.aws_appsync.IGraphqlApi</code> | The Generated AppSync Api L2 Resource, includes the Schema. |
|
1151
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.nestedStacks">nestedStacks</a></code> | <code>{[ key: string ]: aws-cdk-lib.NestedStack}</code> | Nested Stacks generated by the Api Construct. |
|
1152
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.roles">roles</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_iam.IRole}</code> | The Generated IAM Role L2 Resources, keyed by logicalId. |
|
1153
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.tables">tables</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_dynamodb.ITable}</code> | The Generated DynamoDB Table L2 Resources, keyed by logicalId. |
|
1154
|
+
|
1155
|
+
---
|
1156
|
+
|
1157
|
+
##### `cfnResources`<sup>Required</sup> <a name="cfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.cfnResources"></a>
|
1158
|
+
|
1159
|
+
```typescript
|
1160
|
+
public readonly cfnResources: AmplifyGraphqlApiCfnResources;
|
1161
|
+
```
|
1162
|
+
|
1163
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources">AmplifyGraphqlApiCfnResources</a>
|
1164
|
+
|
1165
|
+
L1 Cfn Resources, for when dipping down a level of abstraction is desirable.
|
1166
|
+
|
1167
|
+
---
|
1168
|
+
|
1169
|
+
##### `functions`<sup>Required</sup> <a name="functions" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.functions"></a>
|
1170
|
+
|
1171
|
+
```typescript
|
1172
|
+
public readonly functions: {[ key: string ]: IFunction};
|
1173
|
+
```
|
1174
|
+
|
1175
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}
|
1176
|
+
|
1177
|
+
The Generated Lambda Function L1 Resources, keyed by function name.
|
1178
|
+
|
1179
|
+
---
|
1180
|
+
|
1181
|
+
##### `graphqlApi`<sup>Required</sup> <a name="graphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.graphqlApi"></a>
|
1182
|
+
|
1183
|
+
```typescript
|
1184
|
+
public readonly graphqlApi: IGraphqlApi;
|
1185
|
+
```
|
1186
|
+
|
1187
|
+
- *Type:* aws-cdk-lib.aws_appsync.IGraphqlApi
|
1188
|
+
|
1189
|
+
The Generated AppSync Api L2 Resource, includes the Schema.
|
1190
|
+
|
1191
|
+
---
|
1192
|
+
|
1193
|
+
##### `nestedStacks`<sup>Required</sup> <a name="nestedStacks" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.nestedStacks"></a>
|
1194
|
+
|
1195
|
+
```typescript
|
1196
|
+
public readonly nestedStacks: {[ key: string ]: NestedStack};
|
1197
|
+
```
|
1198
|
+
|
1199
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.NestedStack}
|
1200
|
+
|
1201
|
+
Nested Stacks generated by the Api Construct.
|
1202
|
+
|
1203
|
+
---
|
1204
|
+
|
1205
|
+
##### `roles`<sup>Required</sup> <a name="roles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.roles"></a>
|
1206
|
+
|
1207
|
+
```typescript
|
1208
|
+
public readonly roles: {[ key: string ]: IRole};
|
1209
|
+
```
|
1210
|
+
|
1211
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_iam.IRole}
|
1212
|
+
|
1213
|
+
The Generated IAM Role L2 Resources, keyed by logicalId.
|
1214
|
+
|
1215
|
+
---
|
1216
|
+
|
1217
|
+
##### `tables`<sup>Required</sup> <a name="tables" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.tables"></a>
|
1218
|
+
|
1219
|
+
```typescript
|
1220
|
+
public readonly tables: {[ key: string ]: ITable};
|
1221
|
+
```
|
1222
|
+
|
1223
|
+
- *Type:* {[ key: string ]: aws-cdk-lib.aws_dynamodb.ITable}
|
1224
|
+
|
1225
|
+
The Generated DynamoDB Table L2 Resources, keyed by logicalId.
|
1226
|
+
|
1227
|
+
---
|
1228
|
+
|
1229
|
+
### ApiKeyAuthorizationConfig <a name="ApiKeyAuthorizationConfig" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig"></a>
|
1230
|
+
|
1231
|
+
Configuration for Api Keys on the Graphql Api.
|
1232
|
+
|
1233
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.Initializer"></a>
|
1234
|
+
|
1235
|
+
```typescript
|
1236
|
+
import { ApiKeyAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
|
1237
|
+
|
1238
|
+
const apiKeyAuthorizationConfig: ApiKeyAuthorizationConfig = { ... }
|
1239
|
+
```
|
1240
|
+
|
1241
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1242
|
+
|
1243
|
+
| **Name** | **Type** | **Description** |
|
1244
|
+
| --- | --- | --- |
|
1245
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.expires">expires</a></code> | <code>aws-cdk-lib.Duration</code> | A duration representing the time from Cloudformation deploy until expiry. |
|
1246
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.description">description</a></code> | <code>string</code> | Optional description for the Api Key to attach to the Api. |
|
1247
|
+
|
1248
|
+
---
|
1249
|
+
|
1250
|
+
##### `expires`<sup>Required</sup> <a name="expires" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.expires"></a>
|
1251
|
+
|
1252
|
+
```typescript
|
1253
|
+
public readonly expires: Duration;
|
1254
|
+
```
|
1255
|
+
|
1256
|
+
- *Type:* aws-cdk-lib.Duration
|
1257
|
+
|
1258
|
+
A duration representing the time from Cloudformation deploy until expiry.
|
1259
|
+
|
1260
|
+
---
|
1261
|
+
|
1262
|
+
##### `description`<sup>Optional</sup> <a name="description" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.description"></a>
|
1263
|
+
|
1264
|
+
```typescript
|
1265
|
+
public readonly description: string;
|
1266
|
+
```
|
1267
|
+
|
1268
|
+
- *Type:* string
|
1269
|
+
|
1270
|
+
Optional description for the Api Key to attach to the Api.
|
1271
|
+
|
1272
|
+
---
|
1273
|
+
|
1274
|
+
### AuthorizationModes <a name="AuthorizationModes" id="@aws-amplify/graphql-api-construct.AuthorizationModes"></a>
|
1275
|
+
|
1276
|
+
Authorization Modes to apply to the Api.
|
1277
|
+
|
1278
|
+
At least one modes must be provided, and if more than one are provided a defaultAuthorizationMode must be specified.
|
1279
|
+
For more information on Amplify Api auth, refer to https://docs.amplify.aws/cli/graphql/authorization-rules/#authorization-strategies
|
1280
|
+
|
1281
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AuthorizationModes.Initializer"></a>
|
1282
|
+
|
1283
|
+
```typescript
|
1284
|
+
import { AuthorizationModes } from '@aws-amplify/graphql-api-construct'
|
1285
|
+
|
1286
|
+
const authorizationModes: AuthorizationModes = { ... }
|
1287
|
+
```
|
1288
|
+
|
1289
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1290
|
+
|
1291
|
+
| **Name** | **Type** | **Description** |
|
1292
|
+
| --- | --- | --- |
|
1293
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.adminRoles">adminRoles</a></code> | <code>aws-cdk-lib.aws_iam.IRole[]</code> | A list of roles granted full R/W access to the Api. |
|
1294
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.apiKeyConfig">apiKeyConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig">ApiKeyAuthorizationConfig</a></code> | AppSync Api Key config, required if a 'apiKey' auth provider is specified in the Api. |
|
1295
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.defaultAuthorizationMode">defaultAuthorizationMode</a></code> | <code>string</code> | Default auth mode to provide to the Api, required if more than one config type is specified. |
|
1296
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.iamConfig">iamConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig">IAMAuthorizationConfig</a></code> | IAM Auth config, required if an 'iam' auth provider is specified in the Api. |
|
1297
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.lambdaConfig">lambdaConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig">LambdaAuthorizationConfig</a></code> | Lambda config, required if a 'function' auth provider is specified in the Api. |
|
1298
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.oidcConfig">oidcConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig">OIDCAuthorizationConfig</a></code> | Cognito OIDC config, required if a 'oidc' auth provider is specified in the Api. |
|
1299
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.userPoolConfig">userPoolConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig">UserPoolAuthorizationConfig</a></code> | Cognito UserPool config, required if a 'userPools' auth provider is specified in the Api. |
|
1300
|
+
|
1301
|
+
---
|
1302
|
+
|
1303
|
+
##### `adminRoles`<sup>Optional</sup> <a name="adminRoles" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.adminRoles"></a>
|
1304
|
+
|
1305
|
+
```typescript
|
1306
|
+
public readonly adminRoles: IRole[];
|
1307
|
+
```
|
1308
|
+
|
1309
|
+
- *Type:* aws-cdk-lib.aws_iam.IRole[]
|
1310
|
+
|
1311
|
+
A list of roles granted full R/W access to the Api.
|
1312
|
+
|
1313
|
+
---
|
1314
|
+
|
1315
|
+
##### `apiKeyConfig`<sup>Optional</sup> <a name="apiKeyConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.apiKeyConfig"></a>
|
1316
|
+
|
1317
|
+
```typescript
|
1318
|
+
public readonly apiKeyConfig: ApiKeyAuthorizationConfig;
|
1319
|
+
```
|
1320
|
+
|
1321
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig">ApiKeyAuthorizationConfig</a>
|
1322
|
+
|
1323
|
+
AppSync Api Key config, required if a 'apiKey' auth provider is specified in the Api.
|
1324
|
+
|
1325
|
+
Applies to 'public' auth strategy.
|
1326
|
+
|
1327
|
+
---
|
1328
|
+
|
1329
|
+
##### `defaultAuthorizationMode`<sup>Optional</sup> <a name="defaultAuthorizationMode" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.defaultAuthorizationMode"></a>
|
1330
|
+
|
1331
|
+
```typescript
|
1332
|
+
public readonly defaultAuthorizationMode: string;
|
1333
|
+
```
|
1334
|
+
|
1335
|
+
- *Type:* string
|
1336
|
+
|
1337
|
+
Default auth mode to provide to the Api, required if more than one config type is specified.
|
1338
|
+
|
1339
|
+
---
|
1340
|
+
|
1341
|
+
##### `iamConfig`<sup>Optional</sup> <a name="iamConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.iamConfig"></a>
|
1342
|
+
|
1343
|
+
```typescript
|
1344
|
+
public readonly iamConfig: IAMAuthorizationConfig;
|
1345
|
+
```
|
1346
|
+
|
1347
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig">IAMAuthorizationConfig</a>
|
1348
|
+
|
1349
|
+
IAM Auth config, required if an 'iam' auth provider is specified in the Api.
|
1350
|
+
|
1351
|
+
Applies to 'public' and 'private' auth strategies.
|
1352
|
+
|
1353
|
+
---
|
1354
|
+
|
1355
|
+
##### `lambdaConfig`<sup>Optional</sup> <a name="lambdaConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.lambdaConfig"></a>
|
1356
|
+
|
1357
|
+
```typescript
|
1358
|
+
public readonly lambdaConfig: LambdaAuthorizationConfig;
|
1359
|
+
```
|
1360
|
+
|
1361
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig">LambdaAuthorizationConfig</a>
|
1362
|
+
|
1363
|
+
Lambda config, required if a 'function' auth provider is specified in the Api.
|
1364
|
+
|
1365
|
+
Applies to 'custom' auth strategy.
|
1366
|
+
|
1367
|
+
---
|
1368
|
+
|
1369
|
+
##### `oidcConfig`<sup>Optional</sup> <a name="oidcConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.oidcConfig"></a>
|
1370
|
+
|
1371
|
+
```typescript
|
1372
|
+
public readonly oidcConfig: OIDCAuthorizationConfig;
|
1373
|
+
```
|
1374
|
+
|
1375
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig">OIDCAuthorizationConfig</a>
|
1376
|
+
|
1377
|
+
Cognito OIDC config, required if a 'oidc' auth provider is specified in the Api.
|
1378
|
+
|
1379
|
+
Applies to 'owner', 'private', and 'group' auth strategies.
|
1380
|
+
|
1381
|
+
---
|
1382
|
+
|
1383
|
+
##### `userPoolConfig`<sup>Optional</sup> <a name="userPoolConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.userPoolConfig"></a>
|
1384
|
+
|
1385
|
+
```typescript
|
1386
|
+
public readonly userPoolConfig: UserPoolAuthorizationConfig;
|
1387
|
+
```
|
1388
|
+
|
1389
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig">UserPoolAuthorizationConfig</a>
|
1390
|
+
|
1391
|
+
Cognito UserPool config, required if a 'userPools' auth provider is specified in the Api.
|
1392
|
+
|
1393
|
+
Applies to 'owner', 'private', and 'group' auth strategies.
|
1394
|
+
|
1395
|
+
---
|
1396
|
+
|
1397
|
+
### AutomergeConflictResolutionStrategy <a name="AutomergeConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"></a>
|
1398
|
+
|
1399
|
+
Enable optimistic concurrency on the project.
|
1400
|
+
|
1401
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.Initializer"></a>
|
1402
|
+
|
1403
|
+
```typescript
|
1404
|
+
import { AutomergeConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
|
1405
|
+
|
1406
|
+
const automergeConflictResolutionStrategy: AutomergeConflictResolutionStrategy = { ... }
|
1407
|
+
```
|
1408
|
+
|
1409
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1410
|
+
|
1411
|
+
| **Name** | **Type** | **Description** |
|
1412
|
+
| --- | --- | --- |
|
1413
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
|
1414
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy executes an auto-merge. |
|
1415
|
+
|
1416
|
+
---
|
1417
|
+
|
1418
|
+
##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.detectionType"></a>
|
1419
|
+
|
1420
|
+
```typescript
|
1421
|
+
public readonly detectionType: string;
|
1422
|
+
```
|
1423
|
+
|
1424
|
+
- *Type:* string
|
1425
|
+
|
1426
|
+
The conflict detection type used for resolution.
|
1427
|
+
|
1428
|
+
---
|
1429
|
+
|
1430
|
+
##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.handlerType"></a>
|
1431
|
+
|
1432
|
+
```typescript
|
1433
|
+
public readonly handlerType: string;
|
1434
|
+
```
|
1435
|
+
|
1436
|
+
- *Type:* string
|
1437
|
+
|
1438
|
+
This conflict resolution strategy executes an auto-merge.
|
1439
|
+
|
1440
|
+
For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
|
1441
|
+
|
1442
|
+
---
|
1443
|
+
|
1444
|
+
### ConflictResolution <a name="ConflictResolution" id="@aws-amplify/graphql-api-construct.ConflictResolution"></a>
|
1445
|
+
|
1446
|
+
Project level configuration for conflict resolution.
|
1447
|
+
|
1448
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ConflictResolution.Initializer"></a>
|
1449
|
+
|
1450
|
+
```typescript
|
1451
|
+
import { ConflictResolution } from '@aws-amplify/graphql-api-construct'
|
1452
|
+
|
1453
|
+
const conflictResolution: ConflictResolution = { ... }
|
1454
|
+
```
|
1455
|
+
|
1456
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1457
|
+
|
1458
|
+
| **Name** | **Type** | **Description** |
|
1459
|
+
| --- | --- | --- |
|
1460
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution.property.models">models</a></code> | <code>{[ key: string ]: <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>}</code> | Model-specific conflict resolution overrides. |
|
1461
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution.property.project">project</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a></code> | Project-wide config for conflict resolution. |
|
1462
|
+
|
1463
|
+
---
|
1464
|
+
|
1465
|
+
##### `models`<sup>Optional</sup> <a name="models" id="@aws-amplify/graphql-api-construct.ConflictResolution.property.models"></a>
|
1466
|
+
|
1467
|
+
```typescript
|
1468
|
+
public readonly models: {[ key: string ]: AutomergeConflictResolutionStrategy | OptimisticConflictResolutionStrategy | CustomConflictResolutionStrategy};
|
1469
|
+
```
|
1470
|
+
|
1471
|
+
- *Type:* {[ key: string ]: <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>}
|
1472
|
+
|
1473
|
+
Model-specific conflict resolution overrides.
|
1474
|
+
|
1475
|
+
---
|
1476
|
+
|
1477
|
+
##### `project`<sup>Optional</sup> <a name="project" id="@aws-amplify/graphql-api-construct.ConflictResolution.property.project"></a>
|
1478
|
+
|
1479
|
+
```typescript
|
1480
|
+
public readonly project: AutomergeConflictResolutionStrategy | OptimisticConflictResolutionStrategy | CustomConflictResolutionStrategy;
|
1481
|
+
```
|
1482
|
+
|
1483
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>
|
1484
|
+
|
1485
|
+
Project-wide config for conflict resolution.
|
1486
|
+
|
1487
|
+
Applies to all non-overridden models.
|
1488
|
+
|
1489
|
+
---
|
1490
|
+
|
1491
|
+
### ConflictResolutionStrategyBase <a name="ConflictResolutionStrategyBase" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase"></a>
|
1492
|
+
|
1493
|
+
Common parameters for conflict resolution.
|
1494
|
+
|
1495
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.Initializer"></a>
|
1496
|
+
|
1497
|
+
```typescript
|
1498
|
+
import { ConflictResolutionStrategyBase } from '@aws-amplify/graphql-api-construct'
|
1499
|
+
|
1500
|
+
const conflictResolutionStrategyBase: ConflictResolutionStrategyBase = { ... }
|
1501
|
+
```
|
1502
|
+
|
1503
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1504
|
+
|
1505
|
+
| **Name** | **Type** | **Description** |
|
1506
|
+
| --- | --- | --- |
|
1507
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
|
1508
|
+
|
1509
|
+
---
|
1510
|
+
|
1511
|
+
##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.property.detectionType"></a>
|
1512
|
+
|
1513
|
+
```typescript
|
1514
|
+
public readonly detectionType: string;
|
1515
|
+
```
|
1516
|
+
|
1517
|
+
- *Type:* string
|
1518
|
+
|
1519
|
+
The conflict detection type used for resolution.
|
1520
|
+
|
1521
|
+
---
|
1522
|
+
|
1523
|
+
### CustomConflictResolutionStrategy <a name="CustomConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"></a>
|
1524
|
+
|
1525
|
+
Enable custom sync on the project, powered by a lambda.
|
1526
|
+
|
1527
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.Initializer"></a>
|
1528
|
+
|
1529
|
+
```typescript
|
1530
|
+
import { CustomConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
|
1531
|
+
|
1532
|
+
const customConflictResolutionStrategy: CustomConflictResolutionStrategy = { ... }
|
1533
|
+
```
|
1534
|
+
|
1535
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1536
|
+
|
1537
|
+
| **Name** | **Type** | **Description** |
|
1538
|
+
| --- | --- | --- |
|
1539
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
|
1540
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.conflictHandler">conflictHandler</a></code> | <code>aws-cdk-lib.aws_lambda.IFunction</code> | The function which will be invoked for conflict resolution. |
|
1541
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy uses a lambda handler type. |
|
1542
|
+
|
1543
|
+
---
|
1544
|
+
|
1545
|
+
##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.detectionType"></a>
|
1546
|
+
|
1547
|
+
```typescript
|
1548
|
+
public readonly detectionType: string;
|
1549
|
+
```
|
1550
|
+
|
1551
|
+
- *Type:* string
|
1552
|
+
|
1553
|
+
The conflict detection type used for resolution.
|
1554
|
+
|
1555
|
+
---
|
1556
|
+
|
1557
|
+
##### `conflictHandler`<sup>Required</sup> <a name="conflictHandler" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.conflictHandler"></a>
|
1558
|
+
|
1559
|
+
```typescript
|
1560
|
+
public readonly conflictHandler: IFunction;
|
1561
|
+
```
|
1562
|
+
|
1563
|
+
- *Type:* aws-cdk-lib.aws_lambda.IFunction
|
1564
|
+
|
1565
|
+
The function which will be invoked for conflict resolution.
|
1566
|
+
|
1567
|
+
---
|
1568
|
+
|
1569
|
+
##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.handlerType"></a>
|
1570
|
+
|
1571
|
+
```typescript
|
1572
|
+
public readonly handlerType: string;
|
1573
|
+
```
|
1574
|
+
|
1575
|
+
- *Type:* string
|
1576
|
+
|
1577
|
+
This conflict resolution strategy uses a lambda handler type.
|
1578
|
+
|
1579
|
+
For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
|
1580
|
+
|
1581
|
+
---
|
1582
|
+
|
1583
|
+
### FunctionSlotBase <a name="FunctionSlotBase" id="@aws-amplify/graphql-api-construct.FunctionSlotBase"></a>
|
1584
|
+
|
1585
|
+
Common slot parameters.
|
1586
|
+
|
1587
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.Initializer"></a>
|
1588
|
+
|
1589
|
+
```typescript
|
1590
|
+
import { FunctionSlotBase } from '@aws-amplify/graphql-api-construct'
|
1591
|
+
|
1592
|
+
const functionSlotBase: FunctionSlotBase = { ... }
|
1593
|
+
```
|
1594
|
+
|
1595
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1596
|
+
|
1597
|
+
| **Name** | **Type** | **Description** |
|
1598
|
+
| --- | --- | --- |
|
1599
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
|
1600
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
|
1601
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
|
1602
|
+
|
1603
|
+
---
|
1604
|
+
|
1605
|
+
##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.fieldName"></a>
|
1606
|
+
|
1607
|
+
```typescript
|
1608
|
+
public readonly fieldName: string;
|
1609
|
+
```
|
1610
|
+
|
1611
|
+
- *Type:* string
|
1612
|
+
|
1613
|
+
The field to attach this function to on the Api definition.
|
1614
|
+
|
1615
|
+
---
|
1616
|
+
|
1617
|
+
##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.function"></a>
|
1618
|
+
|
1619
|
+
```typescript
|
1620
|
+
public readonly function: FunctionSlotOverride;
|
1621
|
+
```
|
1622
|
+
|
1623
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
|
1624
|
+
|
1625
|
+
The overridden behavior for this slot.
|
1626
|
+
|
1627
|
+
---
|
1628
|
+
|
1629
|
+
##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.slotIndex"></a>
|
1630
|
+
|
1631
|
+
```typescript
|
1632
|
+
public readonly slotIndex: number;
|
1633
|
+
```
|
1634
|
+
|
1635
|
+
- *Type:* number
|
1636
|
+
|
1637
|
+
The slot index to use to inject this into the execution pipeline.
|
1638
|
+
|
1639
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
1640
|
+
|
1641
|
+
---
|
1642
|
+
|
1643
|
+
### FunctionSlotOverride <a name="FunctionSlotOverride" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride"></a>
|
1644
|
+
|
1645
|
+
Params exposed to support configuring and overriding pipelined slots.
|
1646
|
+
|
1647
|
+
This allows configuration of the underlying function,
|
1648
|
+
including the request and response mapping templates.
|
1649
|
+
|
1650
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.Initializer"></a>
|
1651
|
+
|
1652
|
+
```typescript
|
1653
|
+
import { FunctionSlotOverride } from '@aws-amplify/graphql-api-construct'
|
1654
|
+
|
1655
|
+
const functionSlotOverride: FunctionSlotOverride = { ... }
|
1656
|
+
```
|
1657
|
+
|
1658
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1659
|
+
|
1660
|
+
| **Name** | **Type** | **Description** |
|
1661
|
+
| --- | --- | --- |
|
1662
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.requestMappingTemplate">requestMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | Override request mapping template for the function slot. |
|
1663
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.responseMappingTemplate">responseMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | Override response mapping template for the function slot. |
|
1664
|
+
|
1665
|
+
---
|
1666
|
+
|
1667
|
+
##### `requestMappingTemplate`<sup>Optional</sup> <a name="requestMappingTemplate" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.requestMappingTemplate"></a>
|
1668
|
+
|
1669
|
+
```typescript
|
1670
|
+
public readonly requestMappingTemplate: MappingTemplate;
|
1671
|
+
```
|
1672
|
+
|
1673
|
+
- *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
|
1674
|
+
|
1675
|
+
Override request mapping template for the function slot.
|
1676
|
+
|
1677
|
+
Executed before the datasource is invoked.
|
1678
|
+
|
1679
|
+
---
|
1680
|
+
|
1681
|
+
##### `responseMappingTemplate`<sup>Optional</sup> <a name="responseMappingTemplate" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.responseMappingTemplate"></a>
|
1682
|
+
|
1683
|
+
```typescript
|
1684
|
+
public readonly responseMappingTemplate: MappingTemplate;
|
1685
|
+
```
|
1686
|
+
|
1687
|
+
- *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
|
1688
|
+
|
1689
|
+
Override response mapping template for the function slot.
|
1690
|
+
|
1691
|
+
Executed after the datasource is invoked.
|
1692
|
+
|
1693
|
+
---
|
1694
|
+
|
1695
|
+
### IAMAuthorizationConfig <a name="IAMAuthorizationConfig" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig"></a>
|
1696
|
+
|
1697
|
+
Configuration for IAM Authorization on the Graphql Api.
|
1698
|
+
|
1699
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.Initializer"></a>
|
1700
|
+
|
1701
|
+
```typescript
|
1702
|
+
import { IAMAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
|
1703
|
+
|
1704
|
+
const iAMAuthorizationConfig: IAMAuthorizationConfig = { ... }
|
1705
|
+
```
|
1706
|
+
|
1707
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1708
|
+
|
1709
|
+
| **Name** | **Type** | **Description** |
|
1710
|
+
| --- | --- | --- |
|
1711
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.authenticatedUserRole">authenticatedUserRole</a></code> | <code>aws-cdk-lib.aws_iam.IRole</code> | Authenticated user role, applies to { provider: iam, allow: private } access. |
|
1712
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.identityPoolId">identityPoolId</a></code> | <code>string</code> | ID for the Cognito Identity Pool vending auth and unauth roles. |
|
1713
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.unauthenticatedUserRole">unauthenticatedUserRole</a></code> | <code>aws-cdk-lib.aws_iam.IRole</code> | Unauthenticated user role, applies to { provider: iam, allow: public } access. |
|
1714
|
+
|
1715
|
+
---
|
1716
|
+
|
1717
|
+
##### `authenticatedUserRole`<sup>Required</sup> <a name="authenticatedUserRole" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.authenticatedUserRole"></a>
|
1718
|
+
|
1719
|
+
```typescript
|
1720
|
+
public readonly authenticatedUserRole: IRole;
|
1721
|
+
```
|
1722
|
+
|
1723
|
+
- *Type:* aws-cdk-lib.aws_iam.IRole
|
1724
|
+
|
1725
|
+
Authenticated user role, applies to { provider: iam, allow: private } access.
|
1726
|
+
|
1727
|
+
---
|
1728
|
+
|
1729
|
+
##### `identityPoolId`<sup>Required</sup> <a name="identityPoolId" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.identityPoolId"></a>
|
1730
|
+
|
1731
|
+
```typescript
|
1732
|
+
public readonly identityPoolId: string;
|
1733
|
+
```
|
1734
|
+
|
1735
|
+
- *Type:* string
|
1736
|
+
|
1737
|
+
ID for the Cognito Identity Pool vending auth and unauth roles.
|
1738
|
+
|
1739
|
+
---
|
1740
|
+
|
1741
|
+
##### `unauthenticatedUserRole`<sup>Required</sup> <a name="unauthenticatedUserRole" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.unauthenticatedUserRole"></a>
|
1742
|
+
|
1743
|
+
```typescript
|
1744
|
+
public readonly unauthenticatedUserRole: IRole;
|
1745
|
+
```
|
1746
|
+
|
1747
|
+
- *Type:* aws-cdk-lib.aws_iam.IRole
|
1748
|
+
|
1749
|
+
Unauthenticated user role, applies to { provider: iam, allow: public } access.
|
1750
|
+
|
1751
|
+
---
|
1752
|
+
|
1753
|
+
### LambdaAuthorizationConfig <a name="LambdaAuthorizationConfig" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig"></a>
|
1754
|
+
|
1755
|
+
Configuration for Custom Lambda authorization on the Graphql Api.
|
1756
|
+
|
1757
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.Initializer"></a>
|
1758
|
+
|
1759
|
+
```typescript
|
1760
|
+
import { LambdaAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
|
1761
|
+
|
1762
|
+
const lambdaAuthorizationConfig: LambdaAuthorizationConfig = { ... }
|
1763
|
+
```
|
1764
|
+
|
1765
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1766
|
+
|
1767
|
+
| **Name** | **Type** | **Description** |
|
1768
|
+
| --- | --- | --- |
|
1769
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.function">function</a></code> | <code>aws-cdk-lib.aws_lambda.IFunction</code> | The authorizer lambda function. |
|
1770
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.ttl">ttl</a></code> | <code>aws-cdk-lib.Duration</code> | How long the results are cached. |
|
1771
|
+
|
1772
|
+
---
|
1773
|
+
|
1774
|
+
##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.function"></a>
|
1775
|
+
|
1776
|
+
```typescript
|
1777
|
+
public readonly function: IFunction;
|
1778
|
+
```
|
1779
|
+
|
1780
|
+
- *Type:* aws-cdk-lib.aws_lambda.IFunction
|
1781
|
+
|
1782
|
+
The authorizer lambda function.
|
1783
|
+
|
1784
|
+
---
|
1785
|
+
|
1786
|
+
##### `ttl`<sup>Required</sup> <a name="ttl" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.ttl"></a>
|
1787
|
+
|
1788
|
+
```typescript
|
1789
|
+
public readonly ttl: Duration;
|
1790
|
+
```
|
1791
|
+
|
1792
|
+
- *Type:* aws-cdk-lib.Duration
|
1793
|
+
|
1794
|
+
How long the results are cached.
|
1795
|
+
|
1796
|
+
---
|
1797
|
+
|
1798
|
+
### MutationFunctionSlot <a name="MutationFunctionSlot" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot"></a>
|
1799
|
+
|
1800
|
+
Slot types for Mutation Resolvers.
|
1801
|
+
|
1802
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.Initializer"></a>
|
1803
|
+
|
1804
|
+
```typescript
|
1805
|
+
import { MutationFunctionSlot } from '@aws-amplify/graphql-api-construct'
|
1806
|
+
|
1807
|
+
const mutationFunctionSlot: MutationFunctionSlot = { ... }
|
1808
|
+
```
|
1809
|
+
|
1810
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1811
|
+
|
1812
|
+
| **Name** | **Type** | **Description** |
|
1813
|
+
| --- | --- | --- |
|
1814
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
|
1815
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
|
1816
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
|
1817
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
|
1818
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Mutation type on the Api definition. |
|
1819
|
+
|
1820
|
+
---
|
1821
|
+
|
1822
|
+
##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.fieldName"></a>
|
1823
|
+
|
1824
|
+
```typescript
|
1825
|
+
public readonly fieldName: string;
|
1826
|
+
```
|
1827
|
+
|
1828
|
+
- *Type:* string
|
1829
|
+
|
1830
|
+
The field to attach this function to on the Api definition.
|
1831
|
+
|
1832
|
+
---
|
1833
|
+
|
1834
|
+
##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.function"></a>
|
1835
|
+
|
1836
|
+
```typescript
|
1837
|
+
public readonly function: FunctionSlotOverride;
|
1838
|
+
```
|
1839
|
+
|
1840
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
|
1841
|
+
|
1842
|
+
The overridden behavior for this slot.
|
1843
|
+
|
1844
|
+
---
|
1845
|
+
|
1846
|
+
##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotIndex"></a>
|
1847
|
+
|
1848
|
+
```typescript
|
1849
|
+
public readonly slotIndex: number;
|
1850
|
+
```
|
1851
|
+
|
1852
|
+
- *Type:* number
|
1853
|
+
|
1854
|
+
The slot index to use to inject this into the execution pipeline.
|
1855
|
+
|
1856
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
1857
|
+
|
1858
|
+
---
|
1859
|
+
|
1860
|
+
##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotName"></a>
|
1861
|
+
|
1862
|
+
```typescript
|
1863
|
+
public readonly slotName: string;
|
1864
|
+
```
|
1865
|
+
|
1866
|
+
- *Type:* string
|
1867
|
+
|
1868
|
+
The slot name to inject this behavior into.
|
1869
|
+
|
1870
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
1871
|
+
|
1872
|
+
---
|
1873
|
+
|
1874
|
+
##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.typeName"></a>
|
1875
|
+
|
1876
|
+
```typescript
|
1877
|
+
public readonly typeName: string;
|
1878
|
+
```
|
1879
|
+
|
1880
|
+
- *Type:* string
|
1881
|
+
|
1882
|
+
This slot type applies to the Mutation type on the Api definition.
|
1883
|
+
|
1884
|
+
---
|
1885
|
+
|
1886
|
+
### OIDCAuthorizationConfig <a name="OIDCAuthorizationConfig" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig"></a>
|
1887
|
+
|
1888
|
+
Configuration for OpenId Connect Authorization on the Graphql Api.
|
1889
|
+
|
1890
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.Initializer"></a>
|
1891
|
+
|
1892
|
+
```typescript
|
1893
|
+
import { OIDCAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
|
1894
|
+
|
1895
|
+
const oIDCAuthorizationConfig: OIDCAuthorizationConfig = { ... }
|
1896
|
+
```
|
1897
|
+
|
1898
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1899
|
+
|
1900
|
+
| **Name** | **Type** | **Description** |
|
1901
|
+
| --- | --- | --- |
|
1902
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcIssuerUrl">oidcIssuerUrl</a></code> | <code>string</code> | Url for the OIDC token issuer. |
|
1903
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcProviderName">oidcProviderName</a></code> | <code>string</code> | The issuer for the OIDC configuration. |
|
1904
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromAuth">tokenExpiryFromAuth</a></code> | <code>aws-cdk-lib.Duration</code> | The duration an OIDC token is valid after being authenticated by OIDC provider. |
|
1905
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromIssue">tokenExpiryFromIssue</a></code> | <code>aws-cdk-lib.Duration</code> | The duration an OIDC token is valid after being issued to a user. |
|
1906
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.clientId">clientId</a></code> | <code>string</code> | The client identifier of the Relying party at the OpenID identity provider. |
|
1907
|
+
|
1908
|
+
---
|
1909
|
+
|
1910
|
+
##### `oidcIssuerUrl`<sup>Required</sup> <a name="oidcIssuerUrl" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcIssuerUrl"></a>
|
1911
|
+
|
1912
|
+
```typescript
|
1913
|
+
public readonly oidcIssuerUrl: string;
|
1914
|
+
```
|
1915
|
+
|
1916
|
+
- *Type:* string
|
1917
|
+
|
1918
|
+
Url for the OIDC token issuer.
|
1919
|
+
|
1920
|
+
---
|
1921
|
+
|
1922
|
+
##### `oidcProviderName`<sup>Required</sup> <a name="oidcProviderName" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcProviderName"></a>
|
1923
|
+
|
1924
|
+
```typescript
|
1925
|
+
public readonly oidcProviderName: string;
|
1926
|
+
```
|
1927
|
+
|
1928
|
+
- *Type:* string
|
1929
|
+
|
1930
|
+
The issuer for the OIDC configuration.
|
1931
|
+
|
1932
|
+
---
|
1933
|
+
|
1934
|
+
##### `tokenExpiryFromAuth`<sup>Required</sup> <a name="tokenExpiryFromAuth" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromAuth"></a>
|
1935
|
+
|
1936
|
+
```typescript
|
1937
|
+
public readonly tokenExpiryFromAuth: Duration;
|
1938
|
+
```
|
1939
|
+
|
1940
|
+
- *Type:* aws-cdk-lib.Duration
|
1941
|
+
|
1942
|
+
The duration an OIDC token is valid after being authenticated by OIDC provider.
|
1943
|
+
|
1944
|
+
auth_time claim in OIDC token is required for this validation to work.
|
1945
|
+
|
1946
|
+
---
|
1947
|
+
|
1948
|
+
##### `tokenExpiryFromIssue`<sup>Required</sup> <a name="tokenExpiryFromIssue" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromIssue"></a>
|
1949
|
+
|
1950
|
+
```typescript
|
1951
|
+
public readonly tokenExpiryFromIssue: Duration;
|
1952
|
+
```
|
1953
|
+
|
1954
|
+
- *Type:* aws-cdk-lib.Duration
|
1955
|
+
|
1956
|
+
The duration an OIDC token is valid after being issued to a user.
|
1957
|
+
|
1958
|
+
This validation uses iat claim of OIDC token.
|
1959
|
+
|
1960
|
+
---
|
1961
|
+
|
1962
|
+
##### `clientId`<sup>Optional</sup> <a name="clientId" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.clientId"></a>
|
1963
|
+
|
1964
|
+
```typescript
|
1965
|
+
public readonly clientId: string;
|
1966
|
+
```
|
1967
|
+
|
1968
|
+
- *Type:* string
|
1969
|
+
|
1970
|
+
The client identifier of the Relying party at the OpenID identity provider.
|
1971
|
+
|
1972
|
+
A regular expression can be specified so AppSync can validate against multiple client identifiers at a time. Example
|
1973
|
+
|
1974
|
+
---
|
1975
|
+
|
1976
|
+
### OptimisticConflictResolutionStrategy <a name="OptimisticConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"></a>
|
1977
|
+
|
1978
|
+
Enable automerge on the project.
|
1979
|
+
|
1980
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.Initializer"></a>
|
1981
|
+
|
1982
|
+
```typescript
|
1983
|
+
import { OptimisticConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
|
1984
|
+
|
1985
|
+
const optimisticConflictResolutionStrategy: OptimisticConflictResolutionStrategy = { ... }
|
1986
|
+
```
|
1987
|
+
|
1988
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
1989
|
+
|
1990
|
+
| **Name** | **Type** | **Description** |
|
1991
|
+
| --- | --- | --- |
|
1992
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
|
1993
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy the _version to perform optimistic concurrency. |
|
1994
|
+
|
1995
|
+
---
|
1996
|
+
|
1997
|
+
##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.detectionType"></a>
|
1998
|
+
|
1999
|
+
```typescript
|
2000
|
+
public readonly detectionType: string;
|
2001
|
+
```
|
2002
|
+
|
2003
|
+
- *Type:* string
|
2004
|
+
|
2005
|
+
The conflict detection type used for resolution.
|
2006
|
+
|
2007
|
+
---
|
2008
|
+
|
2009
|
+
##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.handlerType"></a>
|
2010
|
+
|
2011
|
+
```typescript
|
2012
|
+
public readonly handlerType: string;
|
2013
|
+
```
|
2014
|
+
|
2015
|
+
- *Type:* string
|
2016
|
+
|
2017
|
+
This conflict resolution strategy the _version to perform optimistic concurrency.
|
2018
|
+
|
2019
|
+
For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
|
2020
|
+
|
2021
|
+
---
|
2022
|
+
|
2023
|
+
### PartialTranslationBehavior <a name="PartialTranslationBehavior" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior"></a>
|
2024
|
+
|
2025
|
+
A utility interface equivalent to Partial<TranslationBehavior>.
|
2026
|
+
|
2027
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.Initializer"></a>
|
2028
|
+
|
2029
|
+
```typescript
|
2030
|
+
import { PartialTranslationBehavior } from '@aws-amplify/graphql-api-construct'
|
2031
|
+
|
2032
|
+
const partialTranslationBehavior: PartialTranslationBehavior = { ... }
|
2033
|
+
```
|
2034
|
+
|
2035
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2036
|
+
|
2037
|
+
| **Name** | **Type** | **Description** |
|
2038
|
+
| --- | --- | --- |
|
2039
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.disableResolverDeduping">disableResolverDeduping</a></code> | <code>boolean</code> | Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered. |
|
2040
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableAutoIndexQueryNames">enableAutoIndexQueryNames</a></code> | <code>boolean</code> | Automate generation of query names, and as a result attaching all indexes as queries to the generated Api. |
|
2041
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableSearchNodeToNodeEncryption">enableSearchNodeToNodeEncryption</a></code> | <code>boolean</code> | If enabled, set nodeToNodeEncryption on the searchable domain (if one exists). |
|
2042
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableTransformerCfnOutputs">enableTransformerCfnOutputs</a></code> | <code>boolean</code> | When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted. |
|
2043
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.populateOwnerFieldForStaticGroupAuth">populateOwnerFieldForStaticGroupAuth</a></code> | <code>boolean</code> | Ensure that the owner field is still populated even if a static iam or group authorization applies. |
|
2044
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField">respectPrimaryKeyAttributesOnConnectionField</a></code> | <code>boolean</code> | Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app. |
|
2045
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.sandboxModeEnabled">sandboxModeEnabled</a></code> | <code>boolean</code> | Enabling sandbox mode will enable api key auth on all models in the transformed schema. |
|
2046
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.secondaryKeyAsGSI">secondaryKeyAsGSI</a></code> | <code>boolean</code> | If disabled, generated. |
|
2047
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults">shouldDeepMergeDirectiveConfigDefaults</a></code> | <code>boolean</code> | Restore parity w/ GQLv1. |
|
2048
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.suppressApiKeyGeneration">suppressApiKeyGeneration</a></code> | <code>boolean</code> | If enabled, disable api key resource generation even if specified as an auth rule on the construct. |
|
2049
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.useSubUsernameForDefaultIdentityClaim">useSubUsernameForDefaultIdentityClaim</a></code> | <code>boolean</code> | Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool. |
|
2050
|
+
|
2051
|
+
---
|
2052
|
+
|
2053
|
+
##### `disableResolverDeduping`<sup>Optional</sup> <a name="disableResolverDeduping" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.disableResolverDeduping"></a>
|
2054
|
+
|
2055
|
+
```typescript
|
2056
|
+
public readonly disableResolverDeduping: boolean;
|
2057
|
+
```
|
2058
|
+
|
2059
|
+
- *Type:* boolean
|
2060
|
+
- *Default:* true
|
2061
|
+
|
2062
|
+
Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered.
|
2063
|
+
|
2064
|
+
---
|
2065
|
+
|
2066
|
+
##### `enableAutoIndexQueryNames`<sup>Optional</sup> <a name="enableAutoIndexQueryNames" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableAutoIndexQueryNames"></a>
|
2067
|
+
|
2068
|
+
```typescript
|
2069
|
+
public readonly enableAutoIndexQueryNames: boolean;
|
2070
|
+
```
|
2071
|
+
|
2072
|
+
- *Type:* boolean
|
2073
|
+
- *Default:* true
|
2074
|
+
|
2075
|
+
Automate generation of query names, and as a result attaching all indexes as queries to the generated Api.
|
2076
|
+
|
2077
|
+
If enabled,
|
2078
|
+
|
2079
|
+
---
|
2080
|
+
|
2081
|
+
##### `enableSearchNodeToNodeEncryption`<sup>Optional</sup> <a name="enableSearchNodeToNodeEncryption" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableSearchNodeToNodeEncryption"></a>
|
2082
|
+
|
2083
|
+
```typescript
|
2084
|
+
public readonly enableSearchNodeToNodeEncryption: boolean;
|
2085
|
+
```
|
2086
|
+
|
2087
|
+
- *Type:* boolean
|
2088
|
+
- *Default:* false
|
2089
|
+
|
2090
|
+
If enabled, set nodeToNodeEncryption on the searchable domain (if one exists).
|
2091
|
+
|
2092
|
+
Not recommended for use, prefer
|
2093
|
+
to use `Object.values(resources.additionalResources['AWS::Elasticsearch::Domain']).forEach((domain: CfnDomain) => {
|
2094
|
+
domain.NodeToNodeEncryptionOptions = { Enabled: True };
|
2095
|
+
});
|
2096
|
+
|
2097
|
+
---
|
2098
|
+
|
2099
|
+
##### `enableTransformerCfnOutputs`<sup>Optional</sup> <a name="enableTransformerCfnOutputs" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableTransformerCfnOutputs"></a>
|
2100
|
+
|
2101
|
+
```typescript
|
2102
|
+
public readonly enableTransformerCfnOutputs: boolean;
|
2103
|
+
```
|
2104
|
+
|
2105
|
+
- *Type:* boolean
|
2106
|
+
- *Default:* false
|
2107
|
+
|
2108
|
+
When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted.
|
2109
|
+
|
2110
|
+
---
|
2111
|
+
|
2112
|
+
##### `populateOwnerFieldForStaticGroupAuth`<sup>Optional</sup> <a name="populateOwnerFieldForStaticGroupAuth" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.populateOwnerFieldForStaticGroupAuth"></a>
|
2113
|
+
|
2114
|
+
```typescript
|
2115
|
+
public readonly populateOwnerFieldForStaticGroupAuth: boolean;
|
2116
|
+
```
|
2117
|
+
|
2118
|
+
- *Type:* boolean
|
2119
|
+
- *Default:* true
|
2120
|
+
|
2121
|
+
Ensure that the owner field is still populated even if a static iam or group authorization applies.
|
2122
|
+
|
2123
|
+
---
|
2124
|
+
|
2125
|
+
##### `respectPrimaryKeyAttributesOnConnectionField`<sup>Optional</sup> <a name="respectPrimaryKeyAttributesOnConnectionField" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField"></a>
|
2126
|
+
|
2127
|
+
```typescript
|
2128
|
+
public readonly respectPrimaryKeyAttributesOnConnectionField: boolean;
|
2129
|
+
```
|
2130
|
+
|
2131
|
+
- *Type:* boolean
|
2132
|
+
- *Default:* true
|
2133
|
+
|
2134
|
+
Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app.
|
2135
|
+
|
2136
|
+
---
|
2137
|
+
|
2138
|
+
##### `sandboxModeEnabled`<sup>Optional</sup> <a name="sandboxModeEnabled" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.sandboxModeEnabled"></a>
|
2139
|
+
|
2140
|
+
```typescript
|
2141
|
+
public readonly sandboxModeEnabled: boolean;
|
2142
|
+
```
|
2143
|
+
|
2144
|
+
- *Type:* boolean
|
2145
|
+
- *Default:* false
|
2146
|
+
|
2147
|
+
Enabling sandbox mode will enable api key auth on all models in the transformed schema.
|
2148
|
+
|
2149
|
+
---
|
2150
|
+
|
2151
|
+
##### `secondaryKeyAsGSI`<sup>Optional</sup> <a name="secondaryKeyAsGSI" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.secondaryKeyAsGSI"></a>
|
2152
|
+
|
2153
|
+
```typescript
|
2154
|
+
public readonly secondaryKeyAsGSI: boolean;
|
2155
|
+
```
|
2156
|
+
|
2157
|
+
- *Type:* boolean
|
2158
|
+
- *Default:* true
|
2159
|
+
|
2160
|
+
If disabled, generated.
|
2161
|
+
|
2162
|
+
---
|
2163
|
+
|
2164
|
+
##### `shouldDeepMergeDirectiveConfigDefaults`<sup>Optional</sup> <a name="shouldDeepMergeDirectiveConfigDefaults" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults"></a>
|
2165
|
+
|
2166
|
+
```typescript
|
2167
|
+
public readonly shouldDeepMergeDirectiveConfigDefaults: boolean;
|
2168
|
+
```
|
2169
|
+
|
2170
|
+
- *Type:* boolean
|
2171
|
+
- *Default:* true
|
2172
|
+
|
2173
|
+
Restore parity w/ GQLv1.
|
2174
|
+
|
2175
|
+
---
|
2176
|
+
|
2177
|
+
##### `suppressApiKeyGeneration`<sup>Optional</sup> <a name="suppressApiKeyGeneration" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.suppressApiKeyGeneration"></a>
|
2178
|
+
|
2179
|
+
```typescript
|
2180
|
+
public readonly suppressApiKeyGeneration: boolean;
|
2181
|
+
```
|
2182
|
+
|
2183
|
+
- *Type:* boolean
|
2184
|
+
- *Default:* false
|
2185
|
+
|
2186
|
+
If enabled, disable api key resource generation even if specified as an auth rule on the construct.
|
2187
|
+
|
2188
|
+
This is a legacy parameter from the Graphql Transformer existing in Amplify CLI, not recommended to change.
|
2189
|
+
|
2190
|
+
---
|
2191
|
+
|
2192
|
+
##### `useSubUsernameForDefaultIdentityClaim`<sup>Optional</sup> <a name="useSubUsernameForDefaultIdentityClaim" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.useSubUsernameForDefaultIdentityClaim"></a>
|
2193
|
+
|
2194
|
+
```typescript
|
2195
|
+
public readonly useSubUsernameForDefaultIdentityClaim: boolean;
|
2196
|
+
```
|
2197
|
+
|
2198
|
+
- *Type:* boolean
|
2199
|
+
- *Default:* true
|
2200
|
+
|
2201
|
+
Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool.
|
2202
|
+
|
2203
|
+
---
|
2204
|
+
|
2205
|
+
### QueryFunctionSlot <a name="QueryFunctionSlot" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot"></a>
|
2206
|
+
|
2207
|
+
Slot types for Query Resolvers.
|
2208
|
+
|
2209
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.Initializer"></a>
|
2210
|
+
|
2211
|
+
```typescript
|
2212
|
+
import { QueryFunctionSlot } from '@aws-amplify/graphql-api-construct'
|
2213
|
+
|
2214
|
+
const queryFunctionSlot: QueryFunctionSlot = { ... }
|
2215
|
+
```
|
2216
|
+
|
2217
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2218
|
+
|
2219
|
+
| **Name** | **Type** | **Description** |
|
2220
|
+
| --- | --- | --- |
|
2221
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
|
2222
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
|
2223
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
|
2224
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
|
2225
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Query type on the Api definition. |
|
2226
|
+
|
2227
|
+
---
|
2228
|
+
|
2229
|
+
##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.fieldName"></a>
|
2230
|
+
|
2231
|
+
```typescript
|
2232
|
+
public readonly fieldName: string;
|
2233
|
+
```
|
2234
|
+
|
2235
|
+
- *Type:* string
|
2236
|
+
|
2237
|
+
The field to attach this function to on the Api definition.
|
2238
|
+
|
2239
|
+
---
|
2240
|
+
|
2241
|
+
##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.function"></a>
|
2242
|
+
|
2243
|
+
```typescript
|
2244
|
+
public readonly function: FunctionSlotOverride;
|
2245
|
+
```
|
2246
|
+
|
2247
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
|
2248
|
+
|
2249
|
+
The overridden behavior for this slot.
|
2250
|
+
|
2251
|
+
---
|
2252
|
+
|
2253
|
+
##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotIndex"></a>
|
2254
|
+
|
2255
|
+
```typescript
|
2256
|
+
public readonly slotIndex: number;
|
2257
|
+
```
|
2258
|
+
|
2259
|
+
- *Type:* number
|
2260
|
+
|
2261
|
+
The slot index to use to inject this into the execution pipeline.
|
2262
|
+
|
2263
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
2264
|
+
|
2265
|
+
---
|
2266
|
+
|
2267
|
+
##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotName"></a>
|
2268
|
+
|
2269
|
+
```typescript
|
2270
|
+
public readonly slotName: string;
|
2271
|
+
```
|
2272
|
+
|
2273
|
+
- *Type:* string
|
2274
|
+
|
2275
|
+
The slot name to inject this behavior into.
|
2276
|
+
|
2277
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
2278
|
+
|
2279
|
+
---
|
2280
|
+
|
2281
|
+
##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.typeName"></a>
|
2282
|
+
|
2283
|
+
```typescript
|
2284
|
+
public readonly typeName: string;
|
2285
|
+
```
|
2286
|
+
|
2287
|
+
- *Type:* string
|
2288
|
+
|
2289
|
+
This slot type applies to the Query type on the Api definition.
|
2290
|
+
|
2291
|
+
---
|
2292
|
+
|
2293
|
+
### SubscriptionFunctionSlot <a name="SubscriptionFunctionSlot" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot"></a>
|
2294
|
+
|
2295
|
+
Slot types for Subscription Resolvers.
|
2296
|
+
|
2297
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.Initializer"></a>
|
2298
|
+
|
2299
|
+
```typescript
|
2300
|
+
import { SubscriptionFunctionSlot } from '@aws-amplify/graphql-api-construct'
|
2301
|
+
|
2302
|
+
const subscriptionFunctionSlot: SubscriptionFunctionSlot = { ... }
|
2303
|
+
```
|
2304
|
+
|
2305
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2306
|
+
|
2307
|
+
| **Name** | **Type** | **Description** |
|
2308
|
+
| --- | --- | --- |
|
2309
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
|
2310
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
|
2311
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
|
2312
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
|
2313
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Subscription type on the Api definition. |
|
2314
|
+
|
2315
|
+
---
|
2316
|
+
|
2317
|
+
##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.fieldName"></a>
|
2318
|
+
|
2319
|
+
```typescript
|
2320
|
+
public readonly fieldName: string;
|
2321
|
+
```
|
2322
|
+
|
2323
|
+
- *Type:* string
|
2324
|
+
|
2325
|
+
The field to attach this function to on the Api definition.
|
2326
|
+
|
2327
|
+
---
|
2328
|
+
|
2329
|
+
##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.function"></a>
|
2330
|
+
|
2331
|
+
```typescript
|
2332
|
+
public readonly function: FunctionSlotOverride;
|
2333
|
+
```
|
2334
|
+
|
2335
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
|
2336
|
+
|
2337
|
+
The overridden behavior for this slot.
|
2338
|
+
|
2339
|
+
---
|
2340
|
+
|
2341
|
+
##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotIndex"></a>
|
2342
|
+
|
2343
|
+
```typescript
|
2344
|
+
public readonly slotIndex: number;
|
2345
|
+
```
|
2346
|
+
|
2347
|
+
- *Type:* number
|
2348
|
+
|
2349
|
+
The slot index to use to inject this into the execution pipeline.
|
2350
|
+
|
2351
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
2352
|
+
|
2353
|
+
---
|
2354
|
+
|
2355
|
+
##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotName"></a>
|
2356
|
+
|
2357
|
+
```typescript
|
2358
|
+
public readonly slotName: string;
|
2359
|
+
```
|
2360
|
+
|
2361
|
+
- *Type:* string
|
2362
|
+
|
2363
|
+
The slot name to inject this behavior into.
|
2364
|
+
|
2365
|
+
For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
|
2366
|
+
|
2367
|
+
---
|
2368
|
+
|
2369
|
+
##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.typeName"></a>
|
2370
|
+
|
2371
|
+
```typescript
|
2372
|
+
public readonly typeName: string;
|
2373
|
+
```
|
2374
|
+
|
2375
|
+
- *Type:* string
|
2376
|
+
|
2377
|
+
This slot type applies to the Subscription type on the Api definition.
|
2378
|
+
|
2379
|
+
---
|
2380
|
+
|
2381
|
+
### TranslationBehavior <a name="TranslationBehavior" id="@aws-amplify/graphql-api-construct.TranslationBehavior"></a>
|
2382
|
+
|
2383
|
+
Strongly typed set of shared parameters for all transformers, and core layer.
|
2384
|
+
|
2385
|
+
This is intended to replace feature flags, to ensure param coercion happens in
|
2386
|
+
a single location, and isn't spread around the transformers, where they can
|
2387
|
+
have different default behaviors.
|
2388
|
+
|
2389
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.TranslationBehavior.Initializer"></a>
|
2390
|
+
|
2391
|
+
```typescript
|
2392
|
+
import { TranslationBehavior } from '@aws-amplify/graphql-api-construct'
|
2393
|
+
|
2394
|
+
const translationBehavior: TranslationBehavior = { ... }
|
2395
|
+
```
|
2396
|
+
|
2397
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2398
|
+
|
2399
|
+
| **Name** | **Type** | **Description** |
|
2400
|
+
| --- | --- | --- |
|
2401
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.disableResolverDeduping">disableResolverDeduping</a></code> | <code>boolean</code> | Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered. |
|
2402
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableAutoIndexQueryNames">enableAutoIndexQueryNames</a></code> | <code>boolean</code> | Automate generation of query names, and as a result attaching all indexes as queries to the generated Api. |
|
2403
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableSearchNodeToNodeEncryption">enableSearchNodeToNodeEncryption</a></code> | <code>boolean</code> | If enabled, set nodeToNodeEncryption on the searchable domain (if one exists). |
|
2404
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableTransformerCfnOutputs">enableTransformerCfnOutputs</a></code> | <code>boolean</code> | When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted. |
|
2405
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.populateOwnerFieldForStaticGroupAuth">populateOwnerFieldForStaticGroupAuth</a></code> | <code>boolean</code> | Ensure that the owner field is still populated even if a static iam or group authorization applies. |
|
2406
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField">respectPrimaryKeyAttributesOnConnectionField</a></code> | <code>boolean</code> | Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app. |
|
2407
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.sandboxModeEnabled">sandboxModeEnabled</a></code> | <code>boolean</code> | Enabling sandbox mode will enable api key auth on all models in the transformed schema. |
|
2408
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.secondaryKeyAsGSI">secondaryKeyAsGSI</a></code> | <code>boolean</code> | If disabled, generated. |
|
2409
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults">shouldDeepMergeDirectiveConfigDefaults</a></code> | <code>boolean</code> | Restore parity w/ GQLv1. |
|
2410
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.suppressApiKeyGeneration">suppressApiKeyGeneration</a></code> | <code>boolean</code> | If enabled, disable api key resource generation even if specified as an auth rule on the construct. |
|
2411
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.useSubUsernameForDefaultIdentityClaim">useSubUsernameForDefaultIdentityClaim</a></code> | <code>boolean</code> | Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool. |
|
2412
|
+
|
2413
|
+
---
|
2414
|
+
|
2415
|
+
##### `disableResolverDeduping`<sup>Required</sup> <a name="disableResolverDeduping" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.disableResolverDeduping"></a>
|
2416
|
+
|
2417
|
+
```typescript
|
2418
|
+
public readonly disableResolverDeduping: boolean;
|
2419
|
+
```
|
2420
|
+
|
2421
|
+
- *Type:* boolean
|
2422
|
+
- *Default:* true
|
2423
|
+
|
2424
|
+
Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered.
|
2425
|
+
|
2426
|
+
---
|
2427
|
+
|
2428
|
+
##### `enableAutoIndexQueryNames`<sup>Required</sup> <a name="enableAutoIndexQueryNames" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableAutoIndexQueryNames"></a>
|
2429
|
+
|
2430
|
+
```typescript
|
2431
|
+
public readonly enableAutoIndexQueryNames: boolean;
|
2432
|
+
```
|
2433
|
+
|
2434
|
+
- *Type:* boolean
|
2435
|
+
- *Default:* true
|
2436
|
+
|
2437
|
+
Automate generation of query names, and as a result attaching all indexes as queries to the generated Api.
|
2438
|
+
|
2439
|
+
If enabled,
|
2440
|
+
|
2441
|
+
---
|
2442
|
+
|
2443
|
+
##### `enableSearchNodeToNodeEncryption`<sup>Required</sup> <a name="enableSearchNodeToNodeEncryption" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableSearchNodeToNodeEncryption"></a>
|
2444
|
+
|
2445
|
+
```typescript
|
2446
|
+
public readonly enableSearchNodeToNodeEncryption: boolean;
|
2447
|
+
```
|
2448
|
+
|
2449
|
+
- *Type:* boolean
|
2450
|
+
- *Default:* false
|
2451
|
+
|
2452
|
+
If enabled, set nodeToNodeEncryption on the searchable domain (if one exists).
|
2453
|
+
|
2454
|
+
Not recommended for use, prefer
|
2455
|
+
to use `Object.values(resources.additionalResources['AWS::Elasticsearch::Domain']).forEach((domain: CfnDomain) => {
|
2456
|
+
domain.NodeToNodeEncryptionOptions = { Enabled: True };
|
2457
|
+
});
|
2458
|
+
|
2459
|
+
---
|
2460
|
+
|
2461
|
+
##### `enableTransformerCfnOutputs`<sup>Required</sup> <a name="enableTransformerCfnOutputs" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableTransformerCfnOutputs"></a>
|
2462
|
+
|
2463
|
+
```typescript
|
2464
|
+
public readonly enableTransformerCfnOutputs: boolean;
|
2465
|
+
```
|
2466
|
+
|
2467
|
+
- *Type:* boolean
|
2468
|
+
- *Default:* false
|
2469
|
+
|
2470
|
+
When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted.
|
2471
|
+
|
2472
|
+
---
|
2473
|
+
|
2474
|
+
##### `populateOwnerFieldForStaticGroupAuth`<sup>Required</sup> <a name="populateOwnerFieldForStaticGroupAuth" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.populateOwnerFieldForStaticGroupAuth"></a>
|
2475
|
+
|
2476
|
+
```typescript
|
2477
|
+
public readonly populateOwnerFieldForStaticGroupAuth: boolean;
|
2478
|
+
```
|
2479
|
+
|
2480
|
+
- *Type:* boolean
|
2481
|
+
- *Default:* true
|
2482
|
+
|
2483
|
+
Ensure that the owner field is still populated even if a static iam or group authorization applies.
|
2484
|
+
|
2485
|
+
---
|
2486
|
+
|
2487
|
+
##### `respectPrimaryKeyAttributesOnConnectionField`<sup>Required</sup> <a name="respectPrimaryKeyAttributesOnConnectionField" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField"></a>
|
2488
|
+
|
2489
|
+
```typescript
|
2490
|
+
public readonly respectPrimaryKeyAttributesOnConnectionField: boolean;
|
2491
|
+
```
|
2492
|
+
|
2493
|
+
- *Type:* boolean
|
2494
|
+
- *Default:* true
|
2495
|
+
|
2496
|
+
Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app.
|
2497
|
+
|
2498
|
+
---
|
2499
|
+
|
2500
|
+
##### `sandboxModeEnabled`<sup>Required</sup> <a name="sandboxModeEnabled" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.sandboxModeEnabled"></a>
|
2501
|
+
|
2502
|
+
```typescript
|
2503
|
+
public readonly sandboxModeEnabled: boolean;
|
2504
|
+
```
|
2505
|
+
|
2506
|
+
- *Type:* boolean
|
2507
|
+
- *Default:* false
|
2508
|
+
|
2509
|
+
Enabling sandbox mode will enable api key auth on all models in the transformed schema.
|
2510
|
+
|
2511
|
+
---
|
2512
|
+
|
2513
|
+
##### `secondaryKeyAsGSI`<sup>Required</sup> <a name="secondaryKeyAsGSI" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.secondaryKeyAsGSI"></a>
|
2514
|
+
|
2515
|
+
```typescript
|
2516
|
+
public readonly secondaryKeyAsGSI: boolean;
|
2517
|
+
```
|
2518
|
+
|
2519
|
+
- *Type:* boolean
|
2520
|
+
- *Default:* true
|
2521
|
+
|
2522
|
+
If disabled, generated.
|
2523
|
+
|
2524
|
+
---
|
2525
|
+
|
2526
|
+
##### `shouldDeepMergeDirectiveConfigDefaults`<sup>Required</sup> <a name="shouldDeepMergeDirectiveConfigDefaults" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults"></a>
|
2527
|
+
|
2528
|
+
```typescript
|
2529
|
+
public readonly shouldDeepMergeDirectiveConfigDefaults: boolean;
|
2530
|
+
```
|
2531
|
+
|
2532
|
+
- *Type:* boolean
|
2533
|
+
- *Default:* true
|
2534
|
+
|
2535
|
+
Restore parity w/ GQLv1.
|
2536
|
+
|
2537
|
+
---
|
2538
|
+
|
2539
|
+
##### `suppressApiKeyGeneration`<sup>Required</sup> <a name="suppressApiKeyGeneration" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.suppressApiKeyGeneration"></a>
|
2540
|
+
|
2541
|
+
```typescript
|
2542
|
+
public readonly suppressApiKeyGeneration: boolean;
|
2543
|
+
```
|
2544
|
+
|
2545
|
+
- *Type:* boolean
|
2546
|
+
- *Default:* false
|
2547
|
+
|
2548
|
+
If enabled, disable api key resource generation even if specified as an auth rule on the construct.
|
2549
|
+
|
2550
|
+
This is a legacy parameter from the Graphql Transformer existing in Amplify CLI, not recommended to change.
|
2551
|
+
|
2552
|
+
---
|
2553
|
+
|
2554
|
+
##### `useSubUsernameForDefaultIdentityClaim`<sup>Required</sup> <a name="useSubUsernameForDefaultIdentityClaim" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.useSubUsernameForDefaultIdentityClaim"></a>
|
2555
|
+
|
2556
|
+
```typescript
|
2557
|
+
public readonly useSubUsernameForDefaultIdentityClaim: boolean;
|
2558
|
+
```
|
2559
|
+
|
2560
|
+
- *Type:* boolean
|
2561
|
+
- *Default:* true
|
2562
|
+
|
2563
|
+
Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool.
|
2564
|
+
|
2565
|
+
---
|
2566
|
+
|
2567
|
+
### UserPoolAuthorizationConfig <a name="UserPoolAuthorizationConfig" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig"></a>
|
2568
|
+
|
2569
|
+
Configuration for Cognito UserPool Authorization on the Graphql Api.
|
2570
|
+
|
2571
|
+
#### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.Initializer"></a>
|
2572
|
+
|
2573
|
+
```typescript
|
2574
|
+
import { UserPoolAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
|
2575
|
+
|
2576
|
+
const userPoolAuthorizationConfig: UserPoolAuthorizationConfig = { ... }
|
2577
|
+
```
|
2578
|
+
|
2579
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2580
|
+
|
2581
|
+
| **Name** | **Type** | **Description** |
|
2582
|
+
| --- | --- | --- |
|
2583
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.property.userPool">userPool</a></code> | <code>aws-cdk-lib.aws_cognito.IUserPool</code> | The Cognito User Pool which is used to authenticated JWT tokens, and vends group and user information. |
|
2584
|
+
|
2585
|
+
---
|
2586
|
+
|
2587
|
+
##### `userPool`<sup>Required</sup> <a name="userPool" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.property.userPool"></a>
|
2588
|
+
|
2589
|
+
```typescript
|
2590
|
+
public readonly userPool: IUserPool;
|
2591
|
+
```
|
2592
|
+
|
2593
|
+
- *Type:* aws-cdk-lib.aws_cognito.IUserPool
|
2594
|
+
|
2595
|
+
The Cognito User Pool which is used to authenticated JWT tokens, and vends group and user information.
|
2596
|
+
|
2597
|
+
---
|
2598
|
+
|
2599
|
+
## Classes <a name="Classes" id="Classes"></a>
|
2600
|
+
|
2601
|
+
### AmplifyGraphqlDefinition <a name="AmplifyGraphqlDefinition" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition"></a>
|
2602
|
+
|
2603
|
+
Class exposing utilities to produce IAmplifyGraphqlDefinition objects given various inputs.
|
2604
|
+
|
2605
|
+
#### Initializers <a name="Initializers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.Initializer"></a>
|
2606
|
+
|
2607
|
+
```typescript
|
2608
|
+
import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
|
2609
|
+
|
2610
|
+
new AmplifyGraphqlDefinition()
|
2611
|
+
```
|
2612
|
+
|
2613
|
+
| **Name** | **Type** | **Description** |
|
2614
|
+
| --- | --- | --- |
|
2615
|
+
|
2616
|
+
---
|
2617
|
+
|
2618
|
+
|
2619
|
+
#### Static Functions <a name="Static Functions" id="Static Functions"></a>
|
2620
|
+
|
2621
|
+
| **Name** | **Description** |
|
2622
|
+
| --- | --- |
|
2623
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles">fromFiles</a></code> | Convert one or more appsync SchemaFile objects into an Amplify Graphql Schema. |
|
2624
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString">fromString</a></code> | Produce a schema definition from a string input. |
|
2625
|
+
|
2626
|
+
---
|
2627
|
+
|
2628
|
+
##### `fromFiles` <a name="fromFiles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles"></a>
|
2629
|
+
|
2630
|
+
```typescript
|
2631
|
+
import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
|
2632
|
+
|
2633
|
+
AmplifyGraphqlDefinition.fromFiles(filePaths: string)
|
2634
|
+
```
|
2635
|
+
|
2636
|
+
Convert one or more appsync SchemaFile objects into an Amplify Graphql Schema.
|
2637
|
+
|
2638
|
+
###### `filePaths`<sup>Required</sup> <a name="filePaths" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles.parameter.filePaths"></a>
|
2639
|
+
|
2640
|
+
- *Type:* string
|
2641
|
+
|
2642
|
+
one or more paths to the graphql files to process.
|
2643
|
+
|
2644
|
+
---
|
2645
|
+
|
2646
|
+
##### `fromString` <a name="fromString" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString"></a>
|
2647
|
+
|
2648
|
+
```typescript
|
2649
|
+
import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
|
2650
|
+
|
2651
|
+
AmplifyGraphqlDefinition.fromString(schema: string)
|
2652
|
+
```
|
2653
|
+
|
2654
|
+
Produce a schema definition from a string input.
|
2655
|
+
|
2656
|
+
###### `schema`<sup>Required</sup> <a name="schema" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString.parameter.schema"></a>
|
2657
|
+
|
2658
|
+
- *Type:* string
|
2659
|
+
|
2660
|
+
the graphql input as a string.
|
2661
|
+
|
2662
|
+
---
|
2663
|
+
|
2664
|
+
|
2665
|
+
|
2666
|
+
## Protocols <a name="Protocols" id="Protocols"></a>
|
2667
|
+
|
2668
|
+
### IAmplifyGraphqlDefinition <a name="IAmplifyGraphqlDefinition" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition"></a>
|
2669
|
+
|
2670
|
+
- *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a>
|
2671
|
+
|
2672
|
+
Graphql Api definition, which can be implemented in multiple ways.
|
2673
|
+
|
2674
|
+
|
2675
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2676
|
+
|
2677
|
+
| **Name** | **Type** | **Description** |
|
2678
|
+
| --- | --- | --- |
|
2679
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.functionSlots">functionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Retrieve any function slots defined explicitly in the Api definition. |
|
2680
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.schema">schema</a></code> | <code>string</code> | Return the schema definition as a graphql string, with amplify directives allowed. |
|
2681
|
+
|
2682
|
+
---
|
2683
|
+
|
2684
|
+
##### `functionSlots`<sup>Required</sup> <a name="functionSlots" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.functionSlots"></a>
|
2685
|
+
|
2686
|
+
```typescript
|
2687
|
+
public readonly functionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
|
2688
|
+
```
|
2689
|
+
|
2690
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
|
2691
|
+
|
2692
|
+
Retrieve any function slots defined explicitly in the Api definition.
|
2693
|
+
|
2694
|
+
---
|
2695
|
+
|
2696
|
+
##### `schema`<sup>Required</sup> <a name="schema" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.schema"></a>
|
2697
|
+
|
2698
|
+
```typescript
|
2699
|
+
public readonly schema: string;
|
2700
|
+
```
|
2701
|
+
|
2702
|
+
- *Type:* string
|
2703
|
+
|
2704
|
+
Return the schema definition as a graphql string, with amplify directives allowed.
|
2705
|
+
|
2706
|
+
---
|
2707
|
+
|
2708
|
+
### IBackendOutputEntry <a name="IBackendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry"></a>
|
2709
|
+
|
2710
|
+
- *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry">IBackendOutputEntry</a>
|
2711
|
+
|
2712
|
+
Entry representing the required output from the backend for codegen generate commands to work.
|
2713
|
+
|
2714
|
+
|
2715
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
2716
|
+
|
2717
|
+
| **Name** | **Type** | **Description** |
|
2718
|
+
| --- | --- | --- |
|
2719
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.payload">payload</a></code> | <code>{[ key: string ]: string}</code> | The string-map payload of generated config values. |
|
2720
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.version">version</a></code> | <code>string</code> | The protocol version for this backend output. |
|
2721
|
+
|
2722
|
+
---
|
2723
|
+
|
2724
|
+
##### `payload`<sup>Required</sup> <a name="payload" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.payload"></a>
|
2725
|
+
|
2726
|
+
```typescript
|
2727
|
+
public readonly payload: {[ key: string ]: string};
|
2728
|
+
```
|
2729
|
+
|
2730
|
+
- *Type:* {[ key: string ]: string}
|
2731
|
+
|
2732
|
+
The string-map payload of generated config values.
|
2733
|
+
|
2734
|
+
---
|
2735
|
+
|
2736
|
+
##### `version`<sup>Required</sup> <a name="version" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.version"></a>
|
2737
|
+
|
2738
|
+
```typescript
|
2739
|
+
public readonly version: string;
|
2740
|
+
```
|
2741
|
+
|
2742
|
+
- *Type:* string
|
2743
|
+
|
2744
|
+
The protocol version for this backend output.
|
2745
|
+
|
2746
|
+
---
|
2747
|
+
|
2748
|
+
### IBackendOutputStorageStrategy <a name="IBackendOutputStorageStrategy" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy"></a>
|
2749
|
+
|
2750
|
+
- *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a>
|
2751
|
+
|
2752
|
+
Backend output strategy used to write config required for codegen tasks.
|
2753
|
+
|
2754
|
+
#### Methods <a name="Methods" id="Methods"></a>
|
2755
|
+
|
2756
|
+
| **Name** | **Description** |
|
2757
|
+
| --- | --- |
|
2758
|
+
| <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry">addBackendOutputEntry</a></code> | Add an entry to backend output. |
|
2759
|
+
|
2760
|
+
---
|
2761
|
+
|
2762
|
+
##### `addBackendOutputEntry` <a name="addBackendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry"></a>
|
2763
|
+
|
2764
|
+
```typescript
|
2765
|
+
public addBackendOutputEntry(keyName: string, backendOutputEntry: IBackendOutputEntry): void
|
2766
|
+
```
|
2767
|
+
|
2768
|
+
Add an entry to backend output.
|
2769
|
+
|
2770
|
+
###### `keyName`<sup>Required</sup> <a name="keyName" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry.parameter.keyName"></a>
|
2771
|
+
|
2772
|
+
- *Type:* string
|
2773
|
+
|
2774
|
+
the key.
|
2775
|
+
|
2776
|
+
---
|
2777
|
+
|
2778
|
+
###### `backendOutputEntry`<sup>Required</sup> <a name="backendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry.parameter.backendOutputEntry"></a>
|
2779
|
+
|
2780
|
+
- *Type:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry">IBackendOutputEntry</a>
|
2781
|
+
|
2782
|
+
the record to store in the backend output.
|
2783
|
+
|
2784
|
+
---
|
2785
|
+
|
2786
|
+
|