UNPKG

@smartinvoicexyz/graphql

Version:

Unified source for helpers and schema used across the GraphQL services within the Smart Invoice protocol.

7 lines (6 loc) 197 B
export declare const AllTypesProps: Record<string, any>; export declare const ReturnTypes: Record<string, any>; export declare const Ops: { query: "Query"; subscription: "Subscription"; };