1 { buildDunePackage, alcotest, graphql_parser, rresult, yojson }:
6 inherit (graphql_parser) version src;
8 propagatedBuildInputs = [ graphql_parser rresult yojson ];
10 checkInputs = [ alcotest ];
14 meta = graphql_parser.meta // {
15 description = "Build GraphQL schemas and execute queries against them";