static propTypes = {
    mutations: PropTypes.shape({
      signIn: PropTypes.func.isRequired
    }).isRequired,
    actions: PropTypes.shape({