mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Finished refactoring, it still dumps everything
This commit is contained in:
@@ -2,13 +2,13 @@ module.exports = `
|
||||
scalar Date
|
||||
|
||||
type Book {
|
||||
!String title
|
||||
String title
|
||||
Author author
|
||||
Date published
|
||||
}
|
||||
|
||||
type Author {
|
||||
!String name
|
||||
Book[] books
|
||||
String name
|
||||
Book books
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user