GraphQL OBJECT

KeyGeneratorSearchResultGraphType

Key Generators that match the filter criteria

link Definition

  • type KeyGeneratorSearchResultGraphType {
  • # Filtered Key Generators
  • filterResult: [KeyGenerator]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by