pubsweet-component-bookbuilder
Version:
48 lines (42 loc) • 2.35 kB
JavaScript
export { default as getBookQuery } from './getBook'
export { default as getTemplatesQuery } from './getTemplates'
export { default as getBookBuilderRulesQuery } from './getBookBuilderRules'
export { default as getBookTeamsQuery } from './getBookTeams'
export { default as createBookComponentMutation } from './createBookComponent'
export { default as deleteBookComponentMutation } from './deleteBookComponent'
export { default as toggleIncludeInTOCMutation } from './toggleIncludeInTOC'
export { default as updateBookComponentPaginationMutation } from './updatePagination'
export { default as updatedBookComponentOrderMutation } from './updateBookComponentOrder'
export { default as updateBookComponentWorkflowStateMutation } from './updateWorkflowState'
export {
orderChangeSubscription,
bookComponentAddedSubscription,
bookComponentDeletedSubscription,
paginationChangeSubscription,
workflowChangeSubscription,
lockChangeSubscription,
titleChangeSubscription,
teamMembersChangeSubscription,
productionEditorChangeSubscription,
componentTypeChangeSubscription,
addTeamMemberSubscription,
bookMetadataSubscription,
bookRenamedSubscription,
// docxToHTMLJobSubscription,
bookComponentIncludeInTOCSubscription,
runningHeadersUpdatedSubscription,
uploadingUpdatedSubscription,
} from './bookBuilderSubscriptions'
export { templateUpdatedForPagedStyledSubscription } from './templateUpdatedSubscription'
export { default as findUserMutation } from './findUsers'
export { default as updateTeamMutation } from './updateTeam'
export { default as ingestWordFilesMutation } from './ingestWordFile'
export { default as updateBookComponentTypeMutation } from './updateComponentType'
export { default as updateApplicationParametersMutation } from './updateApplicationParameters'
export { default as updateTemplateCSSFileMutation } from './updateTemplateCSSFile'
export { default as updateBookComponentUploadingMutation } from './updateUploading'
export { default as updateBookComponentContentMutation } from './updateContent'
export { default as exportBookMutation } from './exportBook'
export { default as updateRunningHeadersMutation } from './updateRunningHeaders'
export { default as unlockBookComponentMutation } from './unlockBookComponent'
export { default as updateBookMetadataMutation } from './updateMetadata'