OBJECT
InterviewTemplates
Query result of interview template with meta data
link GraphQL Schema definition
1 type InterviewTemplates { 2 3 # Total count of the templates 4 Int! : 5 6 # A list of interview templates 7 InterviewTemplate]! : [ 8 9 # Page info of the query. See PageInfo for full description 10 PageInfo! : 11 12 }