We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4f765 commit 712e89aCopy full SHA for 712e89a
1 file changed
packages/apollo/src/commands/service/check.ts
@@ -88,7 +88,7 @@ interface TasksOutput {
88
federation?: {
89
errors: ({ message: string } | null)[];
90
warnings: ({ message: string } | null)[];
91
- schemaHash?: string;
+ schemaHash?: string | null;
92
};
93
}
94
0 commit comments