OptionalbroadcastThe data to write to the store.
OptionalextensionsGraphQL extensions for the write operation. Any provided extensions
are available in merge functions.
OptionalidThe root id to be used. Defaults to "ROOT_QUERY", which is the ID of the root query object. This property makes writeQuery capable of writing data to any object in the cache.
OptionaloverwriteWhen true, ignore existing field data rather than merging it with incoming data.
The GraphQL query shape to be used constructed using the gql template
string tag. The query will be used to determine the
shape of the data to be read.
Whether to notify query watchers.