Fields
Choose which fields are forbidden from being accessed through queries and mutations – per schema. Any attempts to access a restricted field will cause the request to throw.
Query & Mutate
(default) leaves fields unrestricted.Query
makes fields available only in queries and mutation responses.Private
stops fields from being queried and mutated.