metadataEntry

Examples

type MetadataEntry {
  path: [String!]!
  message: String!
}

Fields

Field
Description
Supported fields

path [String!]!

Path of the metadata entry

message String!

Value of the metadata entry, may contain error message in case of validation failure

References

Fields with this object:

Last updated