Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 2.23 KB

GraphqlQuestionDetail.md

File metadata and controls

47 lines (44 loc) · 2.23 KB

GraphqlQuestionDetail

Properties

Name Type Description Notes
question_id str [optional]
question_frontend_id str [optional]
bound_topic_id str [optional]
title str [optional]
title_slug str [optional]
category_title str [optional]
frequency float [optional]
freq_bar float [optional]
content str [optional]
translated_title str [optional]
translated_content str [optional]
is_paid_only bool [optional]
difficulty str [optional]
likes int [optional]
dislikes int [optional]
is_liked bool [optional]
is_favor bool [optional]
similar_questions str [optional]
contributors list[GraphqlQuestionContributor] [optional]
lang_to_valid_playground str [optional]
topic_tags list[GraphqlQuestionTopicTag] [optional]
company_tag_stats str [optional]
code_snippets list[GraphqlQuestionCodeSnippet] [optional]
stats str [optional]
ac_rate float [optional]
hints list[str] [optional]
solution AnyOfGraphqlQuestionDetailSolution [optional]
has_solution bool [optional]
has_video_solution bool [optional]
status str [optional]
sample_test_case str [optional]
judger_available bool [optional]
judge_type str [optional]
mysql_schemas list[str] [optional]
enable_run_code bool [optional]
enable_test_mode bool [optional]
env_info str [optional]
meta_data str [optional]
code_definition str [optional]

[Back to Model list] [Back to API list] [Back to README]