mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Rearranged the files, adjusted the code slightly
This commit is contained in:
18
test-server/schema.js
Normal file
18
test-server/schema.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = `
|
||||
type Pokemon {
|
||||
String name
|
||||
Integer height
|
||||
Integer weight
|
||||
Stats stats
|
||||
Pokemon forms
|
||||
}
|
||||
|
||||
type Stats {
|
||||
Integer hp
|
||||
Integer attack
|
||||
Integer defense
|
||||
Integer specialAttack
|
||||
Integer specialDefense
|
||||
Integer speed
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user