Skip to content

Commit

Permalink
fix property id
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed May 30, 2022
1 parent 5bce52b commit 900fba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/__generated__/schema.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 900fba1

Please sign in to comment.