Ariadne 0.17.1
Ariadne 0.17.1 is a bug fix release that fixes an error that occurred when schema that defines an interface type with fields having enum arguments with default values (eg. field(arg: Enum = ENUM_MEMBER)
) is introspected.
CHANGELOG
- Fixed an error when schema that defines an interface type with fields having enum arguments with default values (eg.
field(arg: Enum = ENUM_MEMBER)
) is introspected.