Group
Created with Sketch.
Documentation
Team
Github
Table Of Contents
Getting Started
Inheritance Examples
Relay
Tips
Filters
Schema Examples
SQLAlchemy + Flask Tutorial
API Reference
Older versions
Docs
»
Graphene-SQLAlchemy
Graphene-SQLAlchemy
¶
Contents:
Getting Started
Installation
Examples
Inheritance Examples
Create interfaces from inheritance relationships
Eager Loading & Using with AsyncSession
Relay
Tips
Querying
Sorting
Filters
Migrating from graphene-sqlalchemy-filter
Example model
Simple filter example
Custom filter types
Filtering over relationships with RelationshipFilter
:1 relationships
:n relationships
And/Or Logic
Hybrid Property support
Reporting feedback and bugs
Schema Examples
Search all Models with Union
SQLAlchemy + Flask Tutorial
Setup the Project
Defining our models
Schema
Creating GraphQL and GraphiQL views in Flask
Creating some data
Testing our GraphQL schema
API Reference
SQLAlchemyObjectType
SQLAlchemyInterface
ORMField
SQLAlchemyConnectionField
Next: Getting Started