Ejemplo n.º 1
0
 def coerce_string(value):
     assert_string_length(res, 50)
     return res
Ejemplo n.º 2
0
 def parse_literal(ast):
     result = graphene.String.parse_literal(ast)
     assert_string_length(result, 50)
     return result
Ejemplo n.º 3
0
 def coerce_string(value):
     assert_string_length(value, 50)
     return value