Skip to main content

GQLTQueryRoleItemPermissionWhereitemId

No description

type GQLTQueryRoleItemPermissionWhereitemId {
eq: ID
ne: ID
gte: ID
lte: ID
lt: ID
not: ID
is: ID
like: ID
notLike: ID
iLike: ID
notILike: ID
startsWith: ID
endsWith: ID
substring: ID
regexp: ID
notRegexp: ID
iRegexp: ID
notIRegexp: ID
in: [ID]
notIn: [ID]
contains: [ID]
contained: [ID]
between: [ID]
notBetween: [ID]
overlap: [ID]
adjacent: [ID]
strictLeft: [ID]
strictRight: [ID]
noExtendRight: [ID]
noExtendLeft: [ID]
}

Fields#

eq (ID)#

ne (ID)#

gte (ID)#

lte (ID)#

lt (ID)#

not (ID)#

is (ID)#

like (ID)#

notLike (ID)#

iLike (ID)#

notILike (ID)#

startsWith (ID)#

endsWith (ID)#

substring (ID)#

regexp (ID)#

notRegexp (ID)#

iRegexp (ID)#

notIRegexp (ID)#

in ([ID])#

notIn ([ID])#

contains ([ID])#

contained ([ID])#

between ([ID])#

notBetween ([ID])#

overlap ([ID])#

adjacent ([ID])#

strictLeft ([ID])#

strictRight ([ID])#

noExtendRight ([ID])#

noExtendLeft ([ID])#