/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/plugins/graphql/server/src/services/index.ts
19 строк
452 B
Alexandre BODIN
chore(graphql): migration to basic ts (#18696)
08 ноя 2023, 20:21
Не верифицирован
08 ноя 2023, 20:21
5c5ae94
Код
Авторство
О чём код?
import contentAPI from './content-api'; import typeRegistry from './type-registry'; import utils from './utils'; import constants from './constants'; import internals from './internals'; import builders from './builders'; import extension from './extension'; import format from './format'; export const services = { builders, 'content-api': contentAPI, constants, extension, format, internals, 'type-registry': typeRegistry, utils, };