Skip to main content
Module

x/oak_graphql/graphql-tools/utils/collectFields.ts

A simple graphql middleware for oak deno framework.
Latest
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.