gca_getter
Marks a field as being backed by a getter method, and therefore the value returned may not match what is stored on the raw state. To instead access the raw state data, the @gca_raw directive can be used on the query field.
1directive @gca_getter on FIELD_DEFINITION