We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b26c16 commit 2d05435Copy full SHA for 2d05435
packages/cli/src/types/service.ts
@@ -9,7 +9,7 @@ export interface RPCDocument<
9
> extends Omit<OASDocument<TComponents>, "openapi"> {
10
yarpc: "1.0.0";
11
operations: {
12
- queries: Record<string, QueryOperationObject>;
13
- mutations: Record<string, MutationOperationObject>;
+ queries?: Record<string, QueryOperationObject>;
+ mutations?: Record<string, MutationOperationObject>;
14
};
15
}
0 commit comments