@aws-amplify/graphql-function-transformer

Amplify GraphQL @function transformer

Usage no npm install needed!

<script type="module">
  import awsAmplifyGraphqlFunctionTransformer from 'https://cdn.skypack.dev/@aws-amplify/graphql-function-transformer';
</script>

README

GraphQL @function Transformer

Reference Documentation

@function

The @function directive allows you to quickly and easily configure AWS Lambda resolvers within your AWS AppSync API.

Definition

directive @function(name: String!, region: String) on FIELD_DEFINITION