INPUT_OBJECT
CreateFaqInput
Input type for creating a FAQ question
link GraphQL Schema definition
- input CreateFaqInput {
- # Translations
- : [CreateFaqInputTranslations!]!
- # Whether the question is displayed
- : Boolean
- }
INPUT_OBJECT
Input type for creating a FAQ question
- input CreateFaqInput {
- # Translations
- : [CreateFaqInputTranslations!]!
- # Whether the question is displayed
- : Boolean
- }