INPUT_OBJECT

IocHashWithProvider

Description

IOC hash with provider.

link GraphQL Schema definition

  • input IocHashWithProvider {
  • # IOC hash.
  • iocHashHex: String!
  • # Provider Id.
  • providerId: String!
  • }