get-graphql-schema: add updateScript

This commit is contained in:
dish
2025-11-24 18:36:00 -05:00
parent cd69ce1c8c
commit 4c0dd818cb
@@ -7,6 +7,7 @@
yarnConfigHook,
yarnBuildHook,
npmHooks,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "get-graphql-schema";
@@ -31,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
nodejs
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Fetch and print the GraphQL schema from a GraphQL HTTP endpoint";
homepage = "https://github.com/prisma-labs/get-graphql-schema";