Added Graphql
This commit is contained in:
9
tests/assets/graphql/simple.graphql
Normal file
9
tests/assets/graphql/simple.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
# Simple GraphQL schema for testing basic type parsing
|
||||
|
||||
type User {
|
||||
id: ID!
|
||||
email: String!
|
||||
name: String
|
||||
age: Int
|
||||
active: Boolean!
|
||||
}
|
||||
Reference in New Issue
Block a user