type Props = {
  mutations: {
    signUp: Object => Promise<Object>
  },
  actions: {