@aws-amplify/graphql-types-generator
Version:
Generate API code or type annotations based on a GraphQL schema and statements
14 lines (13 loc) • 670 B
TypeScript
export function enumCaseName(name: any): string;
export function operationClassName(name: any): string;
export function caseClassNameForPropertyName(propertyName: any): string;
export function caseClassNameForFragmentName(fragmentName: any): string;
export function caseClassNameForInlineFragment(inlineFragment: any): string;
export function propertyFromField(context: any, field: any, namespace: any): any;
export function propertyFromInlineFragment(context: any, inlineFragment: any): any;
export function propertyFromFragmentSpread(context: any, fragmentSpread: any): {
propertyName: string;
typeName: string;
fragment: any;
isComposite: boolean;
};