Skip to content

Commit

Permalink
id non required
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed May 30, 2022
1 parent 5bce52b commit cb2f0b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api/src/typeDefs/propertyValue.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ type StorePropertyValue {
}

input IStorePropertyValue {
"""
Property id. This propert changes according to the content of the object.
"""
propertyID: String
"""
Property value. May hold a string or the string representation of an object.
"""
Expand Down

0 comments on commit cb2f0b1

Please sign in to comment.