UNPKG

@aws-amplify/graphql-types-generator

Version:

Generate API code or type annotations based on a GraphQL schema and statements

4 lines (3 loc) 169 B
import { GraphQLType } from 'graphql'; export declare function hasS3Fields(input: GraphQLType): boolean; export declare function isS3Field(field: GraphQLType): boolean;