Renamed player columns to be consistent snake_case (#262)

This commit is contained in:
Alec LaLonde
2021-01-06 22:08:58 -07:00
committed by GitHub
parent 1027f019e5
commit 5534ff1a45
17 changed files with 119 additions and 134 deletions

View File

@@ -3,6 +3,6 @@ import gql from 'graphql-tag';
export const Player = gql`
fragment Player on player {
id
totalXp
total_xp
}
`;