Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Dec 1, 2023
1 parent d120c37 commit 44940e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/src/internal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ export async function validateApplyUpdateFunction(
PreparationType.UPDATE,
);
// get plugin preparation
type W = { pluginPreparations: SubgraphPluginUpdatePreparation };
type W = { pluginPreparations: SubgraphPluginUpdatePreparation[] };
const { pluginPreparations } = await graphql.request<W>({
query: QueryPluginPreparations,
params: { where: {
Expand Down

0 comments on commit 44940e3

Please sign in to comment.