@aws-amplify/graphql-api-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
8 lines (7 loc) • 399 B
TypeScript
import { TranslationBehavior } from '../types';
/**
* Defaults which will be used by the construct if overrides are not provided.
* These should not really be updated post-launch, since they're likely breaking changes for customers.
* Be sure to document default values when adding new keys in the top level `types` file.
*/
export declare const defaultTranslationBehavior: TranslationBehavior;