dnd-printer/gql/GetItem.graphql

7 lines
97 B
GraphQL
Raw Normal View History

2024-02-25 11:22:24 +00:00
query GetItem($index: String!) {
magicItem(index: $index){
name,
rarity,
desc
}
}