@aws-amplify/graphql-api-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
29 lines (28 loc) • 677 B
JSON
{
"name": "graphql-mapping-template",
"version": "5.0.2",
"description": "An AST wrapper around AWS AppSync resolvers",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-category-api.git",
"directory": "packages/graphql-mapping-template"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"graphql",
"appsync",
"cloudformation",
"aws",
"amplify"
],
"scripts": {
"test": "jest",
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf ./lib",
"extract-api": "ts-node ../../scripts/extract-api.ts"
}
}