INPUT_OBJECT

PreendorsementFilter

Provides filters for filtering Preendorsement operations.

link GraphQL Schema definition

  • input PreendorsementFilter {
  • delegate: NullableAddressFilter
  • hash: NullableOperationHashFilter
  • protocol: ProtocolHashFilter
  • branch: BlockHashFilter
  • # The recursive array of filters of the same type. It can be used to specify
  • # advanced composite conditions. If specified (non-empty array) then all filters
  • # in the array must pass (in addition to other filter properties).
  • and: [PreendorsementFilter!]
  • # The recursive array of filters of the same type. It can be used to specify
  • # advanced composite conditions. If specified (non-empty array) then at least one
  • # filter in the array must pass (in addition to other filter properties).
  • or: [PreendorsementFilter!]
  • }