import { FieldsOnCorrectTypeRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/mod.ts";
Fields on correct type
A GraphQL document is only valid if all fields selected are defined by the parent type, or are an allowed meta field such as __typename.
Parameters
context: ValidationContext