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.
- : Boolean
- : String!
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- }