In progress changes for ensuring that new clients are written to the database.
This commit is contained in:
@@ -6,7 +6,7 @@ export const UPSERT_USER = gql`
|
||||
objects: [{ email: $authEmail, authid: $authToken }]
|
||||
on_conflict: { constraint: users_pkey, update_columns: [authid] }
|
||||
) {
|
||||
returning {
|
||||
data {
|
||||
authid
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user