implement sign-up

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux
2021-04-27 17:23:44 +04:00
parent 25ba1f1bae
commit 3563e93a3b
7 changed files with 34 additions and 58 deletions

View File

@@ -0,0 +1,8 @@
export const viewerIdQuery = /* GraphQL */ `
query viewer {
viewer {
_id
}
}
`
export default viewerIdQuery