mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
Renamed player columns to be consistent snake_case (#262)
This commit is contained in:
@@ -3,6 +3,6 @@ import gql from 'graphql-tag';
|
||||
export const Player = gql`
|
||||
fragment Player on player {
|
||||
id
|
||||
totalXp
|
||||
total_xp
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user