mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
08ba8eda15
GITHUB_PR_NUMBER: 6242 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/6242 Co-authored-by: Karthik Venkateswaran <25095884+karthikvt26@users.noreply.github.com> Co-authored-by: Aleksandra Sikora <9019397+beerose@users.noreply.github.com> Co-authored-by: Rishichandra Wawhal <27274869+wawhal@users.noreply.github.com> Co-authored-by: Vladimir Ciobanu <1017953+vladciobanu@users.noreply.github.com> Co-authored-by: Praveen Durairaju <14110316+praveenweb@users.noreply.github.com> Co-authored-by: Sooraj <8408875+soorajshankar@users.noreply.github.com> Co-authored-by: Sameer Kolhar <6604943+kolharsam@users.noreply.github.com> GitOrigin-RevId: 029ac93967c14e634c1baa96f1e4c9b6bb198e91
12 lines
832 B
JavaScript
12 lines
832 B
JavaScript
export { dataReducer } from '../src/components/Services/Data';
|
|
export { default as actionsReducer } from '../src/components/Services/Actions/reducer';
|
|
export { default as typesReducer } from '../src/components/Services/Types/reducer';
|
|
export { eventsReducer } from '../src/components/Services/Events';
|
|
export { default as apiExplorerReducer } from '../src/components/Services/ApiExplorer/Actions';
|
|
export { default as telemetryReducer } from '../src/telemetry/Actions';
|
|
export { default as invokeEventTriggerReducer } from '../src/components/Services/Events/EventTriggers/InvokeManualTrigger/InvokeManualTriggerAction';
|
|
export { remoteSchemaReducer } from '../src/components/Services/RemoteSchema';
|
|
|
|
export { metadataReducer } from '../src/metadata/reducer';
|
|
export { default as mainReducer } from '../src/components/Main/Actions';
|