Skip to main content
function getIntrospectionQuery
import { getIntrospectionQuery } from "https://deno.land/x/shark@1.0.0/deps.ts";

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

Parameters

optional
options: IntrospectionOptions

Returns

string