Víctor Goico
Results
1
issues of
Víctor Goico
Hi, * **What is the current behavior?** When I am working with the following set up of graphene Mutation: ```python class AnimalFarm(graphene.Mutation): class Arguments: animals = graphene.List(graphene.String, default_value=[]) output =...