kibana/x-pack/plugins/infra/types/graphql_fields.d.ts
2018-10-17 12:07:50 +02:00

11 lines
364 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.
*/
declare module 'graphql-fields' {
function graphqlFields(info: any, obj?: any): any;
export default graphqlFields;
}