This commit is contained in:
Pacien Boisson
2020-07-30 19:41:05 +02:00
committed by Hammad Jutt
parent 5e578ef987
commit 1be652efe4

View File

@@ -1,6 +1,6 @@
import gql from 'graphql-tag';
import { AccountFragment, PlayerFragment, BoxProfileFragment } from './fragments';
import { AccountFragment, BoxProfileFragment,PlayerFragment } from './fragments';
export const GetPlayerFromId = gql`
query GetPlayer($player_id: uuid) {