INTERFACE

IExtraProperties

A collection of user-defined name-value pairs.

link GraphQL Schema definition

  • interface IExtraProperties {
  • # A collection of user-defined name-value pairs.
  • extraProperties: [IExtraProperty]
  • }