CreationSectionTypePayload
No description
type CreationSectionTypePayload {
section: Section
query: Query
}
Fields
CreationSectionTypePayload.section ● Section object
The newly created section.
CreationSectionTypePayload.query ● Query object
Returned By
createSectionType mutation