mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
fix: rebasing/merging problem
This commit is contained in:
@@ -52,16 +52,6 @@ gql`
|
||||
}
|
||||
`;
|
||||
|
||||
export const UpdateProfilePronouns = gql`
|
||||
mutation updateProfilePronouns($playerId: uuid!, $input: player_set_input!) {
|
||||
update_player_by_pk(pk_columns: { id: $playerId }, _set: $input) {
|
||||
id
|
||||
availability_hours
|
||||
timezone
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const UpdateProfilePronouns = gql`
|
||||
mutation updateProfilePronouns($playerId: uuid!, $input: player_set_input!) {
|
||||
update_player_by_pk(pk_columns: { id: $playerId }, _set: $input) {
|
||||
|
||||
Reference in New Issue
Block a user