Skip to main content
Module

x/shark/deps.ts>getIntrospectionQuery

Graphql proxy for multiple graphql server.
Latest
function getIntrospectionQuery
import { getIntrospectionQuery } from "https://deno.land/x/shark@1.1.0/deps.ts";

Produce the GraphQL query recommended for a full schema introspection. Accepts optional IntrospectionOptions.

Parameters

optional
options: IntrospectionOptions

Returns

string