mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-20 04:48:24 -06:00
PR-022271: updating packages.
This commit is contained in:
20
schema.graphql
Normal file
20
schema.graphql
Normal file
@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------
|
||||
# !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!!
|
||||
# !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
|
||||
# -----------------------------------------------
|
||||
|
||||
type Mutation {
|
||||
testMutation: TestMutation!
|
||||
}
|
||||
|
||||
type Query {
|
||||
test: Test!
|
||||
}
|
||||
|
||||
type Test {
|
||||
text: String!
|
||||
}
|
||||
|
||||
type TestMutation {
|
||||
text(text: String!): String!
|
||||
}
|
Reference in New Issue
Block a user