Skip to content

issues Search Results · repo:graphql-python/graphene-sqlalchemy language:Python

Filter by

250 results
 (72 ms)

250 results

ingraphql-python/graphene-sqlalchemy (press backspace or delete to remove)

I believe sub-query filtering and sorting is an incredibly useful feature, and I have been able to figure out a partial solution. Posting here so hopefully people can build off of it. NOTE: This solution ...
  • rcb4by
  • 1
  • Opened 
    22 days ago
  • #422

I m not sure if other people have run into this problem - I searched for days and couldn t find a clear answer. But eventually I figured out a solution, so wanted to document it here in case other people ...
  • rcb4by
  • 3
  • Opened 
    on Dec 29, 2024
  • #419

Is there a way we can explicitly list all the fields we want filters created for? Like maybe in the Meta of the sqlalchemy object type?
  • adiberk
  • 2
  • Opened 
    on Dec 27, 2024
  • #418

From the pkg_resources docs: setuptools.pypa.io/en/latest/pkg_resources.html Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, ...
  • richin13
  • 10
  • Opened 
    on Nov 14, 2024
  • #416

Are there plans to add support for union types in connections? I have a setup like the following: class Cat(SQLAlchemyObjectType): class Meta: model = CatModel interfaces = (relay.Node,) ...
  • andersenyangjsq
  • Opened 
    on Sep 24, 2024
  • #415

I think it would be useful to make sure we pass ResolveInfo (and thereby context) to any and all resolvers. Specifically I would like to see the ResolveInfo object passed to the filter resolvers
  • adiberk
  • Opened 
    on Sep 1, 2024
  • #413

Hello👋, this works as expected: from sqlalchemy import create_engine from sqlalchemy.orm import Session, mapped_column, Mapped, DeclarativeBase from graphene import Field, ObjectType, Schema from graphene_sqlalchemy ...
  • usalu
  • Opened 
    on Aug 17, 2024
  • #412

We have Model and View aka Node, but we lack a way to write code between them. class PetBusinessLogic: def __init__(self, pet): self.pet = pet @property def name1(self): return ...
  • ego
  • 1
  • Opened 
    on Apr 20, 2024
  • #411

I find myself in a situation where some of the database primary keys are of the type BigInteger. In this case, rather than Float, shouldn t the type be converted to ID! (like is the case for Integer, see ...
  • c8y3
  • Opened 
    on Apr 5, 2024
  • #410

In graphene-sqlalchemy-filters. One of the benefits was that when adding custom filters, they didn t have to be associated to fields. It seems the new filter setup covers 90% of the use cases which is ...
  • adiberk
  • Opened 
    on Mar 20, 2024
  • #409
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub