UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

10 lines (8 loc) 196 B
import {enableES5} from "./es5" import {enableMapSet} from "./mapset" import {enablePatches} from "./patches" export function enableAllPlugins() { enableES5() enableMapSet() enablePatches() }