Amplify GraphQL default value transformer
npm install @aws-amplify/graphql-default-value-transformerThe @default directive allows you to define the default value for your field.
#### Definition
``graphql``
directive @default(value: String) on FIELD_DEFINITION