INPUT_OBJECT

FrontendLibraryInput

Front-end libraries included in the question. This can be used to enable the use of React or other front-end frameworks in the question.

link GraphQL Schema definition

1input FrontendLibraryInput {
12
2# Unique name of the front-end library that will be included in the question.
3#
4# Supported values are:
5#
6# - angular
7# - react
8# - redux
9# - react-redux
10# - styled-components
11name: String!
13}