{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/5"}],"enrichment":{"capability":"Adds a GraphQL endpoint to Flask applications, allowing you to serve GraphQL queries alongside your existing Flask routes with optional GraphiQL browser interface for testing.","skillfed_tags":["graphql","abandoned"],"use_cases":["Add a GraphQL endpoint to an existing Flask REST API without rewriting your application structure.","Serve GraphiQL in development to let frontend developers explore and test your GraphQL schema interactively.","Implement batch query support for Apollo Client or similar frameworks that benefit from query batching.","Migrate from REST to GraphQL incrementally by running both REST and GraphQL endpoints on the same Flask app.","Customize GraphQL execution behavior per request by subclassing GraphQLView and overriding get_root_value."],"what_it_does":"Flask-GraphQL is a lightweight integration layer that mounts a GraphQL endpoint into a Flask application. It wraps the GraphQLView class, which you register as a Flask route to handle GraphQL queries against a schema you provide. The package also optionally serves GraphiQL, a browser-based IDE for exploring and testing your GraphQL API.\n\nThe package supports batch query execution, custom context and root values, pretty-printed responses, and custom executors. You can subclass GraphQLView to implement dynamic behavior per request. However, the project has been abandoned since late 2019 with no maintenance activity, and it declares no explicit runtime dependencies, making compatibility with current Flask and GraphQL library versions uncertain.","worth_installing":"No, unless you are maintaining legacy code already using this package. The project is abandoned (last release 2019, no commits since 2023) with no declared runtime dependencies, making compatibility with current Flask and graphql-core versions uncertain. For new projects, use an actively maintained alternative."},"id":"flask-graphql","links":{"html":"https://skillfed.io/packages/flask-graphql","md":"https://skillfed.io/packages/flask-graphql.md","pypi":"https://pypi.org/project/flask-graphql/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-12-05","license_spdx":null,"license_treatment":"permissive","name":"Flask-GraphQL","python_support":"unspecified","summary":"Adds GraphQL support to your Flask application"},"popularity":{"monthly_downloads":690027,"position":5334,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.1"}
