java-client
java-client copied to clipboard
GraphQL Get: Query all properties if none are given
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.