initial commit
This commit is contained in:
19
gql/GetSpell.graphql
Normal file
19
gql/GetSpell.graphql
Normal file
@@ -0,0 +1,19 @@
|
||||
query GetSpell($index: String!){
|
||||
spell(index: $index){
|
||||
name,
|
||||
level,
|
||||
school {
|
||||
name
|
||||
}
|
||||
desc,
|
||||
components,
|
||||
duration,
|
||||
ritual,
|
||||
range,
|
||||
casting_time,
|
||||
area_of_effect {
|
||||
size
|
||||
type
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user