Skip to content

Releases: efabrica-team/graphql

v0.2.3

28 Feb 07:41
040630b
Compare
Choose a tag to compare

Added

  • Allow non-nullable field argument

v0.2.2

26 Jan 08:27
0df1d1a
Compare
Choose a tag to compare

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

03 Jul 07:43
bb15b57
Compare
Choose a tag to compare

Added

  • Null and NotNull where comparators

v0.2.0

06 Apr 10:49
Compare
Choose a tag to compare

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

24 Oct 12:44
03b1070
Compare
Choose a tag to compare

Added

  • Schema definition
  • Definition schema loader
  • Webonyx driver
  • Webonyx schema transformer