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

@@ -5,7 +5,8 @@ export const UpdateProfileMutation = gql`
update_player_by_pk(pk_columns: { id: $playerId }, _set: $input) {
id
availability_hours
tz
timezone
}
}
`;