Type alias aggregateQuery$data
aggregateQuery$data: {
aggregate: ReadonlyArray<{
__typename: "CountResponse";
count: number;
} | {
__typename: "%other";
}>;
}
Type declaration
-
Readonly
aggregate: ReadonlyArray<{
__typename: "CountResponse";
count: number;
} | {
__typename: "%other";
}>