publicIdentities
Get several public identities by their IDs. In the case of using the identityIds arg, will return in exact order of the IDs passed in, with null for missing identities.
publicIdentities(
after: String
before: String
first: Int
identityIds: [ID!]
last: Int
): PublicIdentityConnection!
Arguments
publicIdentities.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
publicIdentities.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
publicIdentities.first
● Int
scalar
Returns the first n elements from the list.
publicIdentities.identityIds
● [ID!]
list scalar
publicIdentities.last
● Int
scalar
Returns the last n elements from the list.
Type
PublicIdentityConnection
object
Paginate through PublicIdentities