@dipakparmar/ca-business-registry-graphql
Version:
✡️ GraphQL API for Canada Business Registry.
18 lines • 567 B
TypeScript
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