GraphQL/Inputs
SessionStateFilter
No description
input SessionStateFilter {
_eq: SessionState
_ne: SessionState @deprecated
_in: [SessionState]
_nin: [SessionState] @deprecated
}Fields
SessionStateFilter._eq ● SessionState enum
Equivalence
SessionStateFilter._ne ● SessionState deprecated enum
DEPRECATED
No longer supported, will be removed in a future release
Not equals
SessionStateFilter._in ● [SessionState] list enum
In array of values
SessionStateFilter._nin ● [SessionState] deprecated list enum
DEPRECATED
No longer supported, will be removed in a future release
Not in array of values
Member Of
input