Preparing search index...
The search index is not available
@notifi-network/notifi-graphql
@notifi-network/notifi-graphql
Types
GetTargetsInput
Type Alias GetTargetsInput
Get
Targets
Input
:
{
after
?:
InputMaybe
<
Scalars
[
"String"
]
[
"input"
]
>
;
first
?:
InputMaybe
<
Scalars
[
"Int"
]
[
"input"
]
>
;
ids
?:
InputMaybe
<
Scalars
[
"String"
]
[
"input"
]
[]
>
;
}
Object used to query Targets.
Type declaration
Optional
after
?:
InputMaybe
<
Scalars
[
"String"
]
[
"input"
]
>
Optional
first
?:
InputMaybe
<
Scalars
[
"Int"
]
[
"input"
]
>
Optional
ids
?:
InputMaybe
<
Scalars
[
"String"
]
[
"input"
]
[]
>
IDs of the targets to be queried.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notifi-network/notifi-graphql
Loading...
Object used to query Targets.