@contember/engine-content-api 2.0.0-alpha.14 → 2.0.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/development/index.cjs +2 -1
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +2 -1
- package/dist/development/index.js.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.cjs +6 -163
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.js +5 -162
- package/dist/development/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
- package/dist/development/src/introspection/introspection.schema.cjs +163 -0
- package/dist/development/src/introspection/introspection.schema.cjs.map +1 -0
- package/dist/development/src/introspection/introspection.schema.js +163 -0
- package/dist/development/src/introspection/introspection.schema.js.map +1 -0
- package/dist/production/index.cjs +2 -1
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.js +2 -1
- package/dist/production/index.js.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.cjs +6 -163
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.cjs.map +1 -1
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.js +5 -162
- package/dist/production/src/introspection/IntrospectionSchemaDefinitionFactory.js.map +1 -1
- package/dist/production/src/introspection/introspection.schema.cjs +163 -0
- package/dist/production/src/introspection/introspection.schema.cjs.map +1 -0
- package/dist/production/src/introspection/introspection.schema.js +163 -0
- package/dist/production/src/introspection/introspection.schema.js.map +1 -0
- package/dist/tests/tsconfig.tsbuildinfo +1 -1
- package/dist/types/introspection/IntrospectionSchemaDefinitionFactory.d.ts +1 -3
- package/dist/types/introspection/IntrospectionSchemaDefinitionFactory.d.ts.map +1 -1
- package/dist/types/introspection/index.d.ts +2 -1
- package/dist/types/introspection/index.d.ts.map +1 -1
- package/dist/types/introspection/introspection.schema.d.ts +5 -0
- package/dist/types/introspection/introspection.schema.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/graphql.codegen.yml +2 -2
- package/package.json +13 -17
- package/src/introspection/IntrospectionSchemaDefinitionFactory.ts +2 -194
- package/src/introspection/index.ts +2 -1
- package/src/introspection/introspection.schema.ts +194 -0
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { IntrospectionSchemaFactory } from './IntrospectionSchemaFactory';
|
|
2
1
|
import { GraphQLSchema, GraphQLSchemaConfig } from 'graphql';
|
|
3
|
-
|
|
4
|
-
export default _default;
|
|
2
|
+
import { IntrospectionSchemaFactory } from './IntrospectionSchemaFactory';
|
|
5
3
|
export declare class IntrospectionSchemaDefinitionFactory {
|
|
6
4
|
private readonly introspectionSchemaFactory;
|
|
7
5
|
constructor(introspectionSchemaFactory: IntrospectionSchemaFactory);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntrospectionSchemaDefinitionFactory.d.ts","sourceRoot":"","sources":["../../../src/introspection/IntrospectionSchemaDefinitionFactory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IntrospectionSchemaDefinitionFactory.d.ts","sourceRoot":"","sources":["../../../src/introspection/IntrospectionSchemaDefinitionFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAE5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAGzE,qBAAa,oCAAoC;IACpC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;gBAA1B,0BAA0B,EAAE,0BAA0B;IAE5E,MAAM,IAAI,aAAa;IAIvB,YAAY,IAAI,mBAAmB;CAK1C"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as ContentSchemaTypes from './content-schema.types';
|
|
2
|
-
export { IntrospectionSchemaDefinitionFactory
|
|
2
|
+
export { IntrospectionSchemaDefinitionFactory } from './IntrospectionSchemaDefinitionFactory';
|
|
3
|
+
export { default as ContentSchema } from './introspection.schema';
|
|
3
4
|
export * from './IntrospectionSchemaFactory';
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/introspection/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,oCAAoC,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/introspection/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAA;AAC7F,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAA;AACjE,cAAc,8BAA8B,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GraphQLFieldResolver, GraphQLSchema, GraphQLSchemaConfig } from 'graphql';
|
|
2
|
+
export declare const createSchemaConfig: (resolver?: GraphQLFieldResolver<any, any>) => GraphQLSchemaConfig;
|
|
3
|
+
declare const _default: GraphQLSchema;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=introspection.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"introspection.schema.d.ts","sourceRoot":"","sources":["../../../src/introspection/introspection.schema.ts"],"names":[],"mappings":"AAEA,OAAO,EAGN,oBAAoB,EAMpB,aAAa,EACb,mBAAmB,EAGnB,MAAM,SAAS,CAAA;AAkKhB,eAAO,MAAM,kBAAkB,cAAe,oBAAoB,CAAC,GAAG,EAAE,GAAG,CAAC,KAAG,mBAa9E,CAAA;;AAGD,wBAAsD"}
|