inputs
Get inputs with support for pagination (filtering not implemented at the moment)
inputs(
first: Int
last: Int
after: String
before: String
where: InputFilter
): InputConnection!
Arguments
first
(Int
)
last
(Int
)
after
(String
)
before
(String
)
where
(InputFilter
)
Type
InputConnection
Input pagination result