fix(submit): prevent disruptive reloads while typing submission
See #667 (closed). It seems that the cache-and-network
policy was causing reloads when typing in form fields. I've changed it to the more conservative refetchOnMount
option, which only forces a reload when the page mounts.