@aws-amplify/graphql-api-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
11 lines • 636 B
TypeScript
export declare function plurality(val: string, improvePluralization: boolean): string;
export declare function graphqlName(val: string): string;
export declare function resourceName(val: string): string;
export declare function simplifyName(val: string): string;
export declare function toUpper(word: string): string;
export declare function toLower(word: string): string;
export declare function toCamelCase(words: string[]): string;
export declare function toPascalCase(words: string[]): string;
export declare const NONE_VALUE = "___xamznone____";
export declare const NONE_INT_VALUE = -2147483648;
//# sourceMappingURL=util.d.ts.map