Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/graphman/src/lib.ts>fetchIntrospection

Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
Go to Latest
function fetchIntrospection
import { fetchIntrospection } from "https://deno.land/x/graphman@v1.2.1/src/lib.ts";

Parameters

url: string
optional
headers: Record<string, string>