Skip to main content

externalUsers

Find external users

externalUsers(
after: String
articleId: ID
before: String
first: Int
last: Int
): ExternalUserConnection

Arguments

externalUsers.after ● String scalar

Returns the elements in the list that come after the specified cursor.

externalUsers.articleId ● ID scalar

Filter by Article

externalUsers.before ● String scalar

Returns the elements in the list that come before the specified cursor.

externalUsers.first ● Int scalar

Returns the first _n_ elements from the list.

externalUsers.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ExternalUserConnection object

The connection type for ExternalUser.