mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
Update backend to use enum tables + fix migration trigger (#141)
* Setup prettier-ignore and add more instructions on running backend * Dont throw error when updating verified accounts * Migrate account-type to use tables instead of native enum * Migrate enneagram_type to use table instead of native enum * Update schema and front end for new enum tables * Fix type errors
This commit is contained in:
@@ -7,7 +7,7 @@ export const PlayerFragment = gql`
|
||||
totalXp
|
||||
rank
|
||||
ethereum_address
|
||||
Accounts(where: { type: { _in: ["TWITTER", "GITHUB"] } }) {
|
||||
Accounts(where: { type: { _in: [TWITTER, GITHUB] } }) {
|
||||
identifier
|
||||
type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user