INPUT_OBJECT

RuleListDataInput

link GraphQL Schema definition

  • input RuleListDataInput {
  • # Name of the parent service
  • service: String!
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientQueryId: String
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # (Optional) Indicates if rule's parent service is global or not. Default is false
  • global: Boolean
  • # Name of domain being read.
  • domainName: String!
  • # If true, will extract the data from the policy database regardless of whether
  • # the client has a cached copy of the domain open. This is an expensive operation,
  • # so by default, get requests will cache the DB for later calls.
  • fromDatabase: Boolean
  • }

link Require by