UNPKG

graphql-yoga

Version:
8 lines (7 loc) 280 B
import { ValidationContext, ASTVisitor } from 'graphql'; /** * Stream directive on list field * * A GraphQL document is only valid if stream directives are used on list fields. */ export declare function StreamDirectiveOnListFieldRule(context: ValidationContext): ASTVisitor;