One more issue i am facing, if i do any change in my model data ( add or update ), publish that and try to check that locally
i am always getting old data, mostly the data i have added first time only.
Hi @mar_tech-stadium, our current documentation for the query API doesn’t have this information yet, but you can set q.fields to return resolved refs. q.fields is an array of strings that defaults to [“*”], but you can tell it to expand the navOption like ["*","navOption.*"].