6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-0LPJMCg7F9kcPcq4jkADdCPNLfRThXu8QHy4qOn7+QU=";
17 propagatedBuildInputs = with python3.pkgs; [
21 # Project has no tests
24 pythonImportsCheck = [
29 description = "Security testing tool for GraphQL";
30 homepage = "https://github.com/doyensec/inql";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];