BrokerCollection
type BrokerCollection {
type: BrokerType!
value: [Broker!]
}
Fields
BrokerCollection.type
● BrokerType!
non-null enum
@exposed(scopes: ['enterprise-only'])
BrokerCollection.value
● [Broker!]
list object
The <value> is nullable. It is null when user request broker types that are not available for the user. @exposed(scopes: ['enterprise-only'])
Member of
FilterSet
object