INPUT_OBJECT
PanelInput
link GraphQL Schema definition
1 input PanelInput { 5 2 # The headline text. It should not be an empty string and should contain at most 3 # 100 characters 4 : String! 9 6 # The descriptive text. It should not be an empty string and should contain at 7 # most 150 characters 8 : String 13 10 # The image URL. It should not be an empty string, should contain at most 2000 11 # characters and should be a valid HTTP/HTTPS URL 12 : String 16 14 # The action performed when the panel is clicked 15 : PanelActionInput 17 }