kibana/x-pack/legacy/plugins/infra/server/graphql/metrics/index.ts

8 lines
342 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export { createMetricResolvers } from './resolvers';
export { metricsSchema } from './schema.gql';