OBJECT

HashDetail

Description

Supported in v6.0+

link GraphQL Schema definition

  • type HashDetail {
  • # Required. Supported in v6.0+
  • # Hash algorithm type.
  • hashType: String!
  • # Required. Supported in v6.0+
  • # Hash value of the content at path.
  • hashValue: String!
  • }