@fougere/adapter-graphql 0.8.4-alpha.0 → 0.9.0-alpha.1

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/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  /** The GraphQL surface, in two calls. */
2
2
  export { registerAll } from './auto-register.js';
3
- export type { RegisterAllOptions } from './auto-register.js';
4
3
  export { registerGraphQL } from './serve.js';
5
- export type { GraphQLServeOptions } from './serve.js';
6
- export { schemaOf, executeOn, type AppQuery } from './app.js';
4
+ export { schemaOf, executeOn } from './app.js';
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,YAAY,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,YAAY,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC"}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAiB,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC"}
@@ -1,4 +1,3 @@
1
1
  /** The Pothos primitives — for what `registerAll` cannot derive, never to replace it. */
2
- export { registerType, registerInput, registerOperations, registerObjectType } from './pothos.js';
3
- export type { TypeConfig, InputConfig, OperationsConfig, ObjectFieldDef } from './pothos.js';
2
+ export { registerType, registerInput, registerOperations } from './pothos.js';
4
3
  //# sourceMappingURL=pothos-entry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pothos-entry.d.ts","sourceRoot":"","sources":["../src/pothos-entry.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAClG,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"pothos-entry.d.ts","sourceRoot":"","sources":["../src/pothos-entry.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /** The Pothos primitives — for what `registerAll` cannot derive, never to replace it. */
2
- export { registerType, registerInput, registerOperations, registerObjectType } from './pothos.js';
2
+ export { registerType, registerInput, registerOperations } from './pothos.js';
3
3
  //# sourceMappingURL=pothos-entry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pothos-entry.js","sourceRoot":"","sources":["../src/pothos-entry.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"pothos-entry.js","sourceRoot":"","sources":["../src/pothos-entry.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fougere/adapter-graphql",
3
- "version": "0.8.4-alpha.0",
3
+ "version": "0.9.0-alpha.1",
4
4
  "description": "Entity → GraphQL types, inputs and CRUD, through Pothos.",
5
5
  "keywords": [
6
6
  "fougere",
@@ -34,8 +34,8 @@
34
34
  "src"
35
35
  ],
36
36
  "dependencies": {
37
- "@fougere/schema": "0.8.4-alpha.0",
38
- "@fougere/http": "0.8.4-alpha.0"
37
+ "@fougere/schema": "0.9.0-alpha.1",
38
+ "@fougere/http": "0.9.0-alpha.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@pothos/core": ">=4.0.0",
package/src/index.ts CHANGED
@@ -1,6 +1,4 @@
1
1
  /** The GraphQL surface, in two calls. */
2
2
  export { registerAll } from './auto-register.js';
3
- export type { RegisterAllOptions } from './auto-register.js';
4
3
  export { registerGraphQL } from './serve.js';
5
- export type { GraphQLServeOptions } from './serve.js';
6
- export { schemaOf, executeOn, type AppQuery } from './app.js';
4
+ export { schemaOf, executeOn } from './app.js';
@@ -1,3 +1,2 @@
1
1
  /** The Pothos primitives — for what `registerAll` cannot derive, never to replace it. */
2
- export { registerType, registerInput, registerOperations, registerObjectType } from './pothos.js';
3
- export type { TypeConfig, InputConfig, OperationsConfig, ObjectFieldDef } from './pothos.js';
2
+ export { registerType, registerInput, registerOperations } from './pothos.js';