I'm curious why you prefer writing to an in-memory object over the cache like the official docs recommend?
Great question. If this is in reference to the hard-coded JSON blob:
{ "appBarColorSetting": { "id": 1, "name": "App Bar Color", "setting": "primary", "__typename": "AppBarColorSetting" } }
...that was a choice I made just for this proof-of-concept and not something I'd actually suggest in a real-world use case.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'm curious why you prefer writing to an in-memory object over the cache like the official docs recommend?
Great question. If this is in reference to the hard-coded JSON blob:
...that was a choice I made just for this proof-of-concept and not something I'd actually suggest in a real-world use case.