Release v9.26.0
Added
- [C#]
BackendArgumentsnow have a property calledExposeEventsInGraphQLSchemathat 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
BackendArgumentsinstance to.AddVanir()(#223). It is now possible to not pass anything in.