UNPKG

@usebruno/converters

Version:

The converters package is responsible for converting collections from one format to a Bruno collection. It can be used as a standalone package or as a part of the Bruno framework.

4 lines 272 B
import type { GraphQLRequest, BrunoItem } from '../types'; export declare const fromOpenCollectionGraphqlItem: (item: GraphQLRequest) => BrunoItem; export declare const toOpenCollectionGraphqlItem: (item: BrunoItem) => GraphQLRequest; //# sourceMappingURL=graphql.d.ts.map