pubsweet-component-editoria-dashboard
Version:
The application dashboard for the Editoria project.
14 lines (13 loc) • 568 B
JavaScript
export { default as archiveBookMutation } from './archiveBook'
export { default as createBookMutation } from './createBook'
export { default as getBookCollectionsQuery } from './getBookCollections'
export { default as getDashboardRulesQuery } from './getDashboardRules'
export { default as renameBookMutation } from './renameBook'
export { default as deleteBookMutation } from './deleteBook'
export {
bookCreatedSubscription,
bookRenamedSubscription,
bookDeletedSubscription,
bookArchivedSubscription,
addTeamMemberSubscription,
} from './bookSubscriptions'