OBJECT

InterviewTemplates

Query result of interview template with meta data

link GraphQL Schema definition

1type InterviewTemplates {
2
3# Total count of the templates
4totalCount: Int!
5
6# A list of interview templates
7interviewTemplates: [InterviewTemplate]!
8
9# Page info of the query. See PageInfo for full description
10pageInfo: PageInfo!
11
12}

link Required by