OBJECT
MetadataV2
Description
The generic Metadata with a list of key-values pairs.
link GraphQL Schema definition
- type MetadataV2 {
- # The key of the metadata.
- : MetadataKey!
- # The list of the metadata values.
- : [Value!]!
- }
OBJECT
The generic Metadata with a list of key-values pairs.
- type MetadataV2 {
- # The key of the metadata.
- : MetadataKey!
- # The list of the metadata values.
- : [Value!]!
- }