Releases: spawnia/sailor
Releases · spawnia/sailor
v0.28.1
Fixed
- Handle queries with explicit
__typename
in fragments
v0.28.0
Added
- Support
nette/php-generator:^4
v0.27.0
Added
- Support
webonyx/graphql-php:^15
v0.26.1
Fixed
- Include client directives when inlining fragments
v0.26.0
Added
- Accept
int
in arguments of type ID
and Float
Changed
- Split
TypeConfig::typeReference()
into InputTypeConfig::inputTypeReference()
and OutputTypeConfig::outputTypeReference()
v0.25.0
Added
- Implement
PolymorphicConverter::toGraphQL()
v0.24.0
Added
- Accept any array as inputs and serialize it as a list
v0.23.1
Fixed
- Normalize path to config file
v0.23.0
Added
- Pass events
StartRequest
and ReceiveResponse
to EndpointConfig::handleEvent()
v0.22.0
Added
- Add support for types and fields named equivalent to PHP keywords like
type Switch
or { print { subfield } }
.
Removed
- No longer generate class
TypeConverters