Skip to content

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

Filter by

13 results
 (84 ms)

13 results

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

It seems Graphene Federation has stopped returning an SDL with extend type Query, and instead returns type Query. I m not sure if this is intentional, but it is not compatible with some implementations ...
  • MrSaints
  • 6
  • Opened 
    on Aug 3, 2023
  • #25

When using Enum Field as a key in containing a compound statement, validation fails and doesn t work (raises AssertionError: Invalid compound key definition for type). But the same works if there is no ...
  • abhinand-c
  • Opened 
    on Jun 12, 2023
  • #23

Hi there @erikwrede , I am using graphene-federation 0.2.0 for a GQL server using graphene 2.1.9 The query string result for SDL does not contain any description field meta data for my types. _service ...
  • BenjaminYong
  • Opened 
    on Jun 8, 2023
  • #22

I believe newer federation expects @key to be a directive on types that are backed by multiple services. How do I preserve this in the SDL output? e.g. output type User @key(fields: id ) { id: ID! ...
  • tmc
  • 2
  • Opened 
    on May 28, 2023
  • #21

The library does not provide type hints, which results into all type information being lost when annotating types with decorators.
enhancement
  • Meemaw
  • Opened 
    on Apr 28, 2023
  • #18

This fails: @shareable @key(fields: id ) class X: pass But this works: @key(fields: id ) @shareable class X: pass
  • Meemaw
  • 1
  • Opened 
    on Apr 27, 2023
  • #17

We are generating GraphQL schema using via https://github.com/graphql-python/graphene-django , e.g poetry run python manage.py graphql_schema --out schema.graphql. This command is not aware of the federation ...
  • Meemaw
  • 2
  • Opened 
    on Apr 26, 2023
  • #16

Version 3.1.0 breaks with custom scalars. To reproduce: class AddressScalar(Scalar): base = String @staticmethod def coerce_address(value: Any): ... serialize = coerce_address ...
  • Meemaw
  • 8
  • Opened 
    on Mar 25, 2023
  • #13

@key( id ) class CountryType(graphene_django.DjangoObjectType): def __resolve_reference(self, info, **kwargs): return 1 class Meta: model = Country interfaces = (relay.Node,) ...
  • sahilrl
  • 2
  • Opened 
    on Feb 27, 2023
  • #11
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