ProxyReference
A reference to a proxy.
type ProxyReference {
id: ID!
label: String!
proxy: Proxy
}
Fields
ProxyReference.id ● ID! non-null scalar
The id of the proxy.
ProxyReference.label ● String! non-null scalar
The label of the proxy.
ProxyReference.proxy ● Proxy object
If the current user has enough permissions the full proxy object can be accessed otherwise the field will be null.