get-graphql-schema: add updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user