Alejandro Valdevila Pérez

Results 5 comments of Alejandro Valdevila Pérez

My schema.py ```python import graph_auth.schema import graphene from graphene import relay, ObjectType class Query(graph_auth.schema.Query, ObjectType): node = relay.Node.Field() class Mutation(graph_auth.schema.Mutation, ObjectType): pass schema = graphene.Schema(query=Query, mutation=Mutation) ``` queries work well,...

Bad request. "Argument "input" has invalid value {username: "morgante", password: "test_password", firstName: "Morgante", lastName: "Pell"}.In field "email": Expected "String!", found null."

I'm having trouble rendering components inside of rich text renderer