hiringOrganizations
query:organizations
scope.
It will only return the single hirer that the browser token is scoped to.Name | Description |
---|---|
String! | The scheme ID of the hirers.Currently, only seekAnz and seekAnzPublicTest are supported. |
String | An opaque cursor to the earlier bounding hirer.Resulting hirers will be alphabetically later than this cursor. |
String | An opaque cursor to the later bounding hirers.Resulting hirers will be alphabetically earlier than this cursor. |
The additional HiringOrganization -specific criteria to filter by. | |
Int | The upper limit of hirers to return from the start of the list.Defaults to 10 if neither first nor last are specified.
Excess hirers will be trimmed from the end of the list.first and last cannot be specified in the same query. |
Int | The upper limit of hirers to return from the end of the list.Excess hirers will be trimmed from the start of the list. first and last cannot be specified in the same query. |
Name | Description |
---|---|
HiringOrganizationsConnection! | A page of hirers. |