-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
Cannot find much information about this and struggling to debug myself:
AttributeError: 'dict' object has no attribute 'decode'
Error appears when accessing the graphql IDE with a minimal setup:
class Query(graphene.ObjectType):
node = relay.Node.Field()
schema = graphene.Schema(query=Query)
app.add_url_rule(
"/graphql",
view_func=GraphQLView.as_view("graphql", schema=schema, graphiql=True),
)
All queries are faced with this error, without the graphql IDE the endpoint is fine.
Metadata
Metadata
Assignees
Labels
No labels