java-client icon indicating copy to clipboard operation
java-client copied to clipboard

GraphQL Get: Query all properties if none are given

Open dirkkul opened this issue 2 years ago • 0 comments

Currently get queries require to list all properties that should be returned and if no properties are given, the query returns an error.

Instead of returning an error, the client should get all non-reference properties from the schema if no properties are set and include those by default in the query.

dirkkul avatar Apr 13 '23 11:04 dirkkul