INPUT_OBJECT
CategoryDisplaysUnsetInput
link GraphQL Schema definition
1 input CategoryDisplaysUnsetInput { 2 3 : CategoryInput! 4 5 : [DisplayInput!]! 6 }
INPUT_OBJECT
1 input CategoryDisplaysUnsetInput { 2 3 : CategoryInput! 4 5 : [DisplayInput!]! 6 }