Skip to content

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

Filter by

158 results
 (84 ms)

158 results

ingraphql-python/graphql-core (press backspace or delete to remove)

Repro import asyncio from graphql import ( graphql, GraphQLSchema, GraphQLObjectType, GraphQLField, GraphQLNonNull, GraphQLString, ) async def resolve_foo(obj, info): return ...
  • magicmark
  • 8
  • Opened 
    on Mar 26
  • #236

Hi team! I have a program that is comparing schemas, and it s currently failing when loading and parsing a schema that has a type implementing multiple interfaces: Traceback (most recent call last): ...
  • alxjhnsn
  • Opened 
    on Mar 13
  • #235

Reporting issues with GraphQL-core 3 This test should pass: from graphql.type.schema import TypeSet def test_TypeSet(self): t1 = GraphQLObjectType(name= T , fields={}, description= some description ...
  • melan
  • 4
  • Opened 
    on Jan 2
  • #233

Reporting issues with GraphQL-core 3 I came across an issue that may be due to Graphene but the problem surfaces here. I was writing a mutation which would raise an Error or return: { data : { someMutationThatReturnsNone ...
question
  • dcreekp
  • 2
  • Opened 
    on Oct 7, 2024
  • #229

WARNING: Ignoring version 0.3.0 of graphql-ws since it has invalid metadata: Requested graphql-ws =0.3.0 from https://files.pythonhosted.org/packages/4b/32/85a8c99131149b1657347baca5528867046453272296452513da5d9d21ef/graphql_ws-0.3.0-py2.py3-none-any.whl ...
  • NormanTUD
  • 1
  • Opened 
    on Sep 26, 2024
  • #228

Hi there 😊 I was looking at this PR on Strawberry: https://github.com/strawberry-graphql/strawberry/pull/3461 and I was wondering if there s a nicer to pass the input extensions data around, so I stumbled ...
  • patrick91
  • 3
  • Opened 
    on Aug 27, 2024
  • #226

While trying to solve this issue on strawberry-django, I just noticed that variable values are not kept in the order they were given, unlike the fields themselves. Was even checking the spec and found ...
  • bellini666
  • 4
  • Opened 
    on Aug 24, 2024
  • #225

The last stable release of graphql-core was version 3.2.3, which was published in 2022. Since then, only alpha versions have been released. I would like to ask if there are any plans to release a new stable ...
  • DeanNeaht
  • 4
  • Opened 
    on Aug 21, 2024
  • #224

When callling graphql-core s execute() function with variable_values which do not pass validation -- for example, including an unexpected key in the variable_values dictionary -- the current behavior is ...
  • dkbarn
  • 1
  • Opened 
    on Aug 13, 2024
  • #223

I am running graphene-django on serverless I am posting here because Schema loading is in GraphqlSchema. often time when there is cold start and the cold start is very slow because the schema loading ...
  • vt-rc
  • 4
  • Opened 
    on Aug 12, 2024
  • #222
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! 
Restrict your search to the title by using the in:title qualifier.
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