INTERFACE

Property

A property is a name-value pair. This is the base interface for properties.

link GraphQL Schema definition

1interface Property {
2
3name: String!
4
5}