UNPKG

@aws-amplify/data-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.

6 lines (5 loc) 231 B
import { withMetadata } from '../metadata' import { getCountryCallingCode as _getCountryCallingCode } from '../../core/index' export function getCountryCallingCode() { return withMetadata(_getCountryCallingCode, arguments) }