customConnectors
Get custom connectors using cursor-based pagination
customConnectors(
after: String
before: String
filter: JSONObject
first: Int
last: Int
sort: CustomConnectorSort
): CustomConnectorConnection!
Arguments
customConnectors.after ● String scalar
Returns connectors after this cursor
customConnectors.before ● String scalar
Returns connectors before this cursor
customConnectors.filter ● JSONObject scalar
Filter for searching connectors
customConnectors.first ● Int scalar
Returns the first n connectors from the cursor position
customConnectors.last ● Int scalar
Returns the last n connectors before the cursor position
customConnectors.sort ● CustomConnectorSort input
Sort connectors by a supported column