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