interface SelectionSetNodeimport { type SelectionSetNode } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts"; Propertieskind: "SelectionSet"optionalloc: Locationselections: ReadonlyArray<SelectionNode>