Skip to main content
Module

x/graphman/src/format.ts>queryCollectionToPostmanCollection

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

Parameters

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