Skip to main content

demandHqIdentities

Get a filtered list of DemandHqIdentities

All of the filters are optional, but you must include at least one. You may receive less demandHqIdentities than you indicate if you do not have permission to read part of the result set.

Not all filter combinations are valid, for example you cannot filter by

  • identityId + identityParentEntityId (requires demandHqId)
  • identityType only (requires demandHqId)

Requires demandHqidentity/read permission on the requesting identity for each demandHq requested, or you can request your own identities.

demandHqIdentities(
after: String
before: String
demandHqId: ID
first: Int
identityId: ID
identityParentEntityId: ID
identityType: DemandHqIdentityType
last: Int
): DemandHqIdentityConnection!

Arguments

demandHqIdentities.after ● String scalar

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

demandHqIdentities.before ● String scalar

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

demandHqIdentities.demandHqId ● ID scalar

Filter the results to a specific demandHqId. (optional)

demandHqIdentities.first ● Int scalar

Returns the first n elements from the list.

demandHqIdentities.identityId ● ID scalar

Filter the results to a specific identityId. Use this with your own userName or appClientId in order to see "My DemandHqIdentities". You automatically have access to your own DemandHqIdentities.

demandHqIdentities.identityParentEntityId ● ID scalar

Filter the results to a specific identityParentEntityId (optional)

demandHqIdentities.identityType ● DemandHqIdentityType enum

Filter the results to a specific identity type (optional)

demandHqIdentities.last ● Int scalar

Returns the last n elements from the list.

Type

DemandHqIdentityConnection object

Paginate through DemandHqIdentities