UNPKG

@dipakparmar/ca-business-registry-graphql

Version:
18 lines 567 B
import { SearchResponse, SearchResponsePaging, SearchResponseDoc } from './types'; import { Context } from './types'; declare const builder: PothosSchemaTypes.SchemaBuilder<PothosSchemaTypes.ExtendDefaultTypes<{ Scalars: { JSON: { Output: unknown; Input: JSON; }; }; Objects: { SearchBusinessResponse: SearchResponse; SearchResponsePaging: SearchResponsePaging; SearchResponseDoc: SearchResponseDoc; }; Context: Context; }>>; export { builder }; //# sourceMappingURL=builder.d.ts.map