import { UniqueDirectivesPerLocationRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueDirectivesPerLocationRule.js";
Unique directive names per location
A GraphQL document is only valid if all non-repeatable directives at a given location are uniquely named.