AshTypescript.Rpc.Verifiers.VerifyTypedQueryFields
(ash_typescript v0.17.2)
Copy Markdown
View Source
Verifies that all requested fields in typed queries reference valid, public fields on the resource and that the field selections are structurally correct.
This verifier ensures that typed queries only request fields that actually exist and are publicly accessible on the resource, preventing runtime errors when executing typed queries.