Property
A property associates a name to a value
type Property {
name: String!
value: String!
}
Fields
Property.name
● String!
non-null scalar
Name of the property
Property.value
● String!
non-null scalar
Value of the property
Member of
Data
object