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