INPUT_OBJECT

HumanResourceFilter

Fields of a human resource which can be passed to queries as filters.

link GraphQL Schema definition

  • input HumanResourceFilter {
  • # Unique knowledge base identifier.
  • id: ID
  • # Arbitrary id defined by the user, e.g. to identify the human resource in an
  • # application.
  • sourceId: ID
  • # Ids of the certificates the human resource holds.
  • certificateIds: [ID]
  • }

link Require by