Class DeferDirectiveLabel

java.lang.Object
graphql.validation.AbstractRule
graphql.validation.rules.DeferDirectiveLabel

@ExperimentalApi public class DeferDirectiveLabel extends AbstractRule
Defer and stream directive labels are unique A GraphQL document is only valid if defer and stream directives' label argument is static and unique. See proposed spec:spec/Section 5 -- Validation.md ### ### Defer And Stream Directive Labels Are Unique