Skip to content

Release v9.26.0

Choose a tag to compare

@einari einari released this 14 May 08:37
a579821

Added

  • [C#] BackendArguments now have a property called ExposeEventsInGraphQLSchema that enables you to disable the exposure of events in the GraphQL schema in development mode. This setting is set to true as default.

Fixed

  • [C#] Crash when not passing in a BackendArguments instance to .AddVanir() (#223). It is now possible to not pass anything in.