Goregius
12/28/2019, 6:21 PMDariusz Kuc
12/28/2019, 8:00 PM# your comment
""" block """
Goregius
12/28/2019, 8:41 PMDariusz Kuc
12/28/2019, 9:22 PMGoregius
12/28/2019, 9:31 PMtype Product @key(fields: "upc") {
upc: String!
#name from hash comment
name: String
"""price from string literal"""
price: Int
weight: Int
}
Dariusz Kuc
12/28/2019, 10:33 PMGoregius
12/29/2019, 12:44 AMDariusz Kuc
12/29/2019, 1:20 AM