TabInput
No description
input TabInput {
label: String!
body: String
tabType: String!
products: [String!]
instructors: [InstructorInput!]
}
No description
input TabInput {
label: String!
body: String
tabType: String!
products: [String!]
instructors: [InstructorInput!]
}
TabInput.label
● String!
non-null scalarTabInput.body
● String
scalarTabInput.tabType
● String!
non-null scalarTabInput.products
● [String!]
list scalarTabInput.instructors
● [InstructorInput!]
list input