You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My system consist of 2-3 schemas based on the endpoint. I would like to reuse complex types in all of them but to be able export sdl schema hiding/excluding some fields based on one parameter. Is there a simple way how to do it without #[cfg(feature = "..."] ? I know there is visible and guard but those directives wont hide it from the schema right ? Some advices ?