16 buildPythonPackage rec {
20 src = fetchFromGitHub {
21 owner = "graphql-python";
24 sha256 = "sha256-bVCCLPnV5F8PqLMg3GwcpwpGldrxsU+WryL6gj6y338=";
27 propagatedBuildInputs = [
43 pytestFlagsArray = [ "--benchmark-disable" ];
45 pythonImportsCheck = [ "graphene" ];
48 description = "GraphQL Framework for Python";
49 homepage = "https://github.com/graphql-python/graphene";
50 license = licenses.mit;
51 maintainers = with maintainers; [ SuperSandro2000 ];