INPUT_OBJECT

DomainOpenInput

link GraphQL Schema definition

  • input DomainOpenInput {
  • # If true, return current open/cached version of the domain if available, the
  • # database version if not. If false, opens the database version and caches to
  • # memory.
  • returnCachedData: Boolean
  • # 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
  • name: String!
  • }

link Require by