diff --git a/change/@graphitation-supermassive-a373c0e1-4a58-430e-b888-ea21f47afcf6.json b/change/@graphitation-supermassive-a373c0e1-4a58-430e-b888-ea21f47afcf6.json new file mode 100644 index 00000000..2d7ca161 --- /dev/null +++ b/change/@graphitation-supermassive-a373c0e1-4a58-430e-b888-ea21f47afcf6.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Supermassive PR comment fixes", + "packageName": "@graphitation/supermassive", + "email": "77059398+vejrj@users.noreply.github.com", + "dependentChangeType": "none" +} diff --git a/packages/supermassive/src/executeWithoutSchema.ts b/packages/supermassive/src/executeWithoutSchema.ts index bba24b88..e7a89c17 100644 --- a/packages/supermassive/src/executeWithoutSchema.ts +++ b/packages/supermassive/src/executeWithoutSchema.ts @@ -1110,6 +1110,7 @@ function resolveAndCompleteField( hookContext, resolved, ); + return hookContext instanceof GraphQLError ? null : resolved; }