Skip to content

Sdk4me.GraphQL 1.4.2

Latest
Compare
Choose a tag to compare
@klaasvandeweerdt klaasvandeweerdt released this 08 Sep 00:56
· 13 commits to main since this release

Summary

  • Updated Entities: Entities have been updated according to the latest GraphQL schema, including additions, modifications, and deprecations as of 2024-09-07.
  • Sdk4meClient.DefaultFieldSelection: This feature now allows disabling the automatic selection of a predefined set of commonly used fields when no specific fields are requested. It is enabled by default for backward compatibility, but the recommended setting is false. When enabled, it may select objects for which the current token does not have the necessary permissions.