Skip to content

Commit cd1bfbc

Browse files
authored
Update changelog for GraphQL (#2973)
1 parent cfa8f34 commit cd1bfbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## 2.5.0 beta 1
44

5+
* GraphQL: Add support for custom queries and mutations
56
* GraphQL: Add support for custom types
7+
* GraphQL: Better pagination support (backwards pagination)
8+
* GraphQL: Add the concept of *stages* in the workflow of the resolvers and add the possibility to disable them with operation attributes
9+
* GraphQL: Add GraphQL Playground besides GraphiQL and add the possibility to change the default IDE (or to disable it) for the GraphQL endpoint
10+
* GraphQL: Add a command to print the schema in SDL
11+
* GraphQL: Improve serialization performance by avoiding calls to the `serialize` PHP function
12+
* GraphQL: Allow to use a search and an exist filter on the same resource
13+
* GraphQL: Refactor the architecture of the whole system to allow the decoration of useful services (`TypeConverter` to manage custom types, `SerializerContextBuilder` to modify the (de)serialization context dynamically, etc.)
614

715
## 2.4.5
816

0 commit comments

Comments
 (0)