- Learning making client side GQL mutations using the apollo
useMutationhook. First argument is a string of the GQL query. It also another options object of which one of the properties isrefetchQueries. here another GQL query can provided which which be executed after the mutation has completed. This is useful as some mutation may not return any data so a follow on query is often required.