Anchor to HasGatesHas
HasGates
interface
Represents information about gates bound to a subject.
Anchor to FieldsFields
- Anchor to gategate•
Returns a gate bound to the subject.
- Anchor to gatesgates•[Gate
Subject!]! non-null Returns a list of gates bound to the subject.
Was this section helpful?
{
"gate": {
"id": ""
},
"gates": [
{
"includeInactive": ""
}
]
}
{
"gate": {
"id": ""
},
"gates": [
{
"includeInactive": ""
}
]
}
interface HasGates {
gate: GateSubject
gates: [GateSubject!]!
}