mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
export const InsertCacheInvalidation = /* GraphQL */ `
|
|
mutation InsertCacheInvalidation($playerId: uuid!) {
|
|
updateCachedProfile(playerId: $playerId)
|
|
}
|
|
`;
|