Returns an applyCreate function by wrapping the given create function and making the resulting data available through the returned resultRef.
applyCreate
create
resultRef
Errors returned from create are returned by applyCreate, data returned from create is assigned to the current value of resultRef.
A function that performs a create mutation and returns a response from a GraphQL API.
Returns an
applyCreatefunction by wrapping the givencreatefunction and making the resulting data available through the returnedresultRef.Errors returned from
createare returned byapplyCreate, data returned fromcreateis assigned to the current value ofresultRef.