dnd-printer/gql/GetItem.graphql

7 lines
97 B
GraphQL
Raw Normal View History

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