Skip to content

Commit

Permalink
GH-54: Removed Comments From GraphQL Schema File
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhchen committed Jul 20, 2021
1 parent 2511312 commit 85282e4
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions amplify/backend/api/rms/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#schema {
# query:Query
#}

#type Query {

# listMainSchema: [MainSchema]
#}

#one to many from items field to Item
type Main @model {
name: ID!
description: String!
Expand Down Expand Up @@ -51,34 +41,7 @@ type History @model {
timestamp: AWSDateTime
}

#type Transactions @model {
# number: String
# type: String
# scratch: any
#}

enum Action {
borrow
return
}

#type MainSchema @model {
# name: String!
# description: String!
# tags: [String!]
# items: [IDItemSchema!]
#}
#
#type IDItemSchema {
# key: ID!
# value: ItemSchema!
#}
#
#type ItemSchema {
# owner: String!
# borrower: String!
# batch: [String!]
# history: [String!]
# schedule: [String!]
# notes: String!
#}
}

0 comments on commit 85282e4

Please sign in to comment.