OBJECT

AiInterviewers

Query result of AI interviewers with metadata.

link GraphQL Schema definition

1type AiInterviewers {
2
3# Total count of AI interviewers matching the query.
4totalCount: Int!
5
6# The list of AI interviewers.
7aiInterviewers: [AiInterviewer!]!
8
9# Page info of the query. See PageInfo for full description.
10pageInfo: PageInfo!
11
12}

link Required by