Rendition queries may operate on SVGs, for which non-integer width and height attributes are valid. The type for these fields is currently defined as Int:
|
width = graphene.Int(required=True) |
References:
This can cause an error: Int cannot represent non-integer value: 342.5
Rendition queries may operate on SVGs, for which non-integer width and height attributes are valid. The type for these fields is currently defined as
Int:wagtail-grapple/grapple/types/images.py
Line 88 in 86f0357
References:
This can cause an error:
Int cannot represent non-integer value: 342.5