Skip to content

Commit

Permalink
restore schema root
Browse files Browse the repository at this point in the history
  • Loading branch information
paweltomaszewskisaucelabs committed Dec 2, 2024
1 parent b3f8d4f commit 0a924ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions visual-java/src/main/graphql/visual/schema.graphqls
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
schema {
mutation: Mutation
query: Query
}

input AddCommentIn {
action: CommentAction
comment: String!
Expand Down

0 comments on commit 0a924ca

Please sign in to comment.