Releases: efabrica-team/graphql
Releases · efabrica-team/graphql
v0.2.3
v0.2.2
Added
- Having types and fields
- GroupType instead of anonymous declaration in GroupField
- UnionType
Changed
- Depracated GroupField::FIELD_COLUMN constant, use GroupType::FIELD_COLUMN instead
v0.2.1
Added
- Null and NotNull where comparators
v0.2.0
Added
- Multi schema loader
- Ability to add additional data to response
- GraphQL exception that can contain both safe message and debug message
- Debug mode to WebonyxDriver
Changed
- Type with fields will combine fields from callback and predefined fields
- Webonyx schema transformer clears cache after transforming schema
- OrderArgument key changed to 'column' and order to 'sort_order'
v0.1.0
Added
- Schema definition
- Definition schema loader
- Webonyx driver
- Webonyx schema transformer