mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Renamed player columns to be consistent snake_case (#262)
This commit is contained in:
@@ -5,7 +5,8 @@ export const UpdateProfileMutation = gql`
|
||||
update_player_by_pk(pk_columns: { id: $playerId }, _set: $input) {
|
||||
id
|
||||
availability_hours
|
||||
tz
|
||||
timezone
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user