OBJECT

MetadataV2

Description

The generic Metadata with a list of key-values pairs.

link GraphQL Schema definition

  • type MetadataV2 {
  • # The key of the metadata.
  • key: MetadataKey!
  • # The list of the metadata values.
  • values: [Value!]!
  • }

link Require by