Skip to main content

An automated, modular, backend-agnostic GraphQL schema generator

Project description

Strawberry-GraphQL-Mage

An automated, modular, backend-agnostic GraphQL schema generator.

The aim of this project is to simplify graphql api creation without being tied to one specific data backend.

Performance is currently not a major factor - this is mostly a helper library to make creating GraphQL endpoints easier.

Still under heavy development

Feel free to use it and create issues though.

Contributions are welcome as well.

TO-DO list

  • Generating a basic GraphQL schema
  • Queries
  • Mutations
  • Subscriptions
  • Backend separation + dummy backend
  • SQLAlchemy backend
    • Entity models
    • Implement basic mutations/queries
    • Add basic tests
    • Add more tests
    • Asyncio
    • Implement abstract sqla models
  • Python backend
    • Basic SQLAlchemy conversion
    • Database engine pool
    • Native python datatype simple implementation
    • Queries
    • Queries with dynamic dataset
    • Mutations
    • TESTS
  • JSON (dict) backend
    • Conversion to python backend
    • Queries
    • Queries with dynamic dataset
    • Mutations
    • TESTS
  • API backend (REST/GraphQL)
    • Queries
    • Queries with dynamic dataset
    • Mutations
    • Helpers for graphql input fields conversion
    • Improve the structure
    • TESTS
  • Separate backends into package extras
  • Add more filters
  • Add options for custom data-types
  • Setup CI
  • Try some authorization / authentication
  • Write instructions for using the app
  • Write instructions for creating custom backends

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

strawberry-graphql-mage-0.0.1a2.tar.gz (25.4 kB view hashes)

Uploaded Source

Built Distribution

strawberry_graphql_mage-0.0.1a2-py3-none-any.whl (33.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page