let n;const e=()=>{if(!n)throw Error("redux store is not ready");return n},t=e=>{n=e},o="mutation SubmitForm($data: FormSubmitInput!) {\n  submitForm(data: $data) {\n    formPath\n    result\n    formData\n    data\n    errors {\n      inputName\n      errors\n    }\n  }\n}\n",a="mutation resetPassword($token: String!, $newPassword: String!) {\n    resetPassword(token: $token, newPassword: $newPassword)\n}",i="mutation  getUserToken($user: UserLoginInput!) {\n    getUserToken(user: $user) {\n        id\n        email\n        refreshToken\n        accessToken\n        expiresAt\n    }\n}",r="mutation CreateCognitoUser($email: String!) {\n  createCognitoUser(email: $email) {\n    id\n    roles\n    email\n    photo    \n    address\n    address2\n    aptBox\n    city\n    state\n    zipCode    \n    college\n    name\n    firstName\n    lastName\n    birthDate\n    phone\n    major\n    yearInSchool\n    tShirt\n    media {\n      id\n      viewUrl\n      mimeType\n    }\n    todoSubmitted\n    points\n    facebookLink\n    instagramLink\n    twitterLink\n    snapChatLink\n    linkedInLink\n  }\n}",s="mutation SetPushMessageTokenMutation ($token: String!) {\n  setPushMessageToken(token: $token)\n}",m="mutation CreateComment($comment: String!) {\n  createComment(comment: $comment)\n}",d="mutation UpdateComment($id: ID! $comment: String!) {\n  updateComment(id: $id comment: $comment)\n}",k="mutation DeleteComment($id: ID!) {\n  deleteComment(id: $id)\n}",u="mutation AddLike($like: String!) {\n  addLike(like: $like)\n}",$="mutation RemoveLike($like: String!) {\n  removeLike(like: $like)\n}";export{t as a,i as b,r as c,o as d,m as e,k as f,e as g,u as h,$ as i,a as r,s,d as u}