initial commit
This commit is contained in:
7
gql/GetItem.graphql
Normal file
7
gql/GetItem.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
query GetItem($index: String!) {
|
||||
magicItem(index: $index){
|
||||
name,
|
||||
rarity,
|
||||
desc
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user