import * as oakGraphql from "https://deno.land/x/oak_graphql@0.6.4/graphql-tools/utils/collectFields.ts";
Functions
Given a selectionSet, adds all of the fields in that selection to the passed in map of fields, and returns it at the end. |
x/oak_graphql/graphql-tools/utils/collectFields.ts
import * as oakGraphql from "https://deno.land/x/oak_graphql@0.6.4/graphql-tools/utils/collectFields.ts";
Given a selectionSet, adds all of the fields in that selection to the passed in map of fields, and returns it at the end. |