UNPKG

@aws-amplify/data-construct

Version:

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

12 lines (10 loc) 320 B
import { ASTVisitor } from '../../language/visitor'; import { ASTValidationContext } from '../ValidationContext'; /** * Unique fragment names * * A GraphQL document is only valid if all defined fragments have unique names. */ export function UniqueFragmentNamesRule( context: ASTValidationContext, ): ASTVisitor;