Added Graphql
This commit is contained in:
13
tests/assets/graphql/custom_scalars.graphql
Normal file
13
tests/assets/graphql/custom_scalars.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
# GraphQL schema with custom scalars
|
||||
|
||||
scalar DateTime
|
||||
scalar JSON
|
||||
scalar Date
|
||||
|
||||
type User {
|
||||
id: ID!
|
||||
email: String!
|
||||
createdAt: DateTime!
|
||||
metadata: JSON
|
||||
birthDate: Date
|
||||
}
|
||||
Reference in New Issue
Block a user