aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/index.ts
blob: c1eac166a3e4680998a6fc7aecb068f93b94c3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export * from './api';
export * from './articles';
export * from './articles.query';
export * from './comments';
export * from './comments.mutation';
export * from './comments.query';
export * from './contact';
export * from './contact.mutation';
export * from './thematics';
export * from './thematics.query';
export * from './topics';
export * from './topics.query';