Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphile-build - npm Package Compare versions

Comparing version 5.0.0-0.22 to 5.0.0-0.23

11

CHANGELOG.md
# graphile-build
## 5.0.0-0.23
### Patch Changes
- [#219](https://github.com/benjie/postgraphile-private/pull/219)
[`b58f5dfac`](https://github.com/benjie/postgraphile-private/commit/b58f5dfac6ead1efb8bb56b5cfdfd6a0040a60b5)
Thanks [@benjie](https://github.com/benjie)! - Rename
`GraphileBuild.GraphileBuildGatherOptions` to `GraphileBuild.GatherOptions`.
Rename `GraphileBuild.GraphileBuildInflectionOptions` to
`GraphileBuild.InflectionOptions`.
## 5.0.0-0.22

@@ -4,0 +15,0 @@

4

dist/global.d.ts

@@ -27,5 +27,5 @@ import type { BaseGraphQLArguments, ExecutableStep, GraphileFieldConfig, GraphileFieldConfigArgumentMap, GraphileInputFieldConfig, GraphileInputFieldConfigMap, OutputPlanForType } from "grafast";

}
interface GraphileBuildInflectionOptions {
interface InflectionOptions {
}
interface GraphileBuildGatherOptions {
interface GatherOptions {
}

@@ -32,0 +32,0 @@ interface SchemaOptions {

@@ -21,3 +21,3 @@ import type { GraphileFieldConfig, GraphileFieldConfigArgumentMap, PromiseOrDirect } from "grafast";

*/
options: GraphileBuild.GraphileBuildGatherOptions;
options: GraphileBuild.GatherOptions;
/**

@@ -58,3 +58,3 @@ * The full resolved preset (generally you'll want `options` instead).

*/
inflection?: GraphileBuild.GraphileBuildInflectionOptions;
inflection?: GraphileBuild.InflectionOptions;
/**

@@ -66,3 +66,3 @@ * The `gather` phase is the second phase that occurs when building a

*/
gather?: GraphileBuild.GraphileBuildGatherOptions;
gather?: GraphileBuild.GatherOptions;
/**

@@ -69,0 +69,0 @@ * The `schema` phase is the final phase that occurs when building a

@@ -35,3 +35,3 @@ import type { GraphQLNamedType, GraphQLScalarTypeConfig } from "graphql";

*/
export declare const stringScalarSpec: Readonly<Omit<GraphQLScalarTypeConfig<unknown, unknown>, "name" | "description">>;
export declare const stringScalarSpec: Readonly<Omit<GraphQLScalarTypeConfig<unknown, unknown>, "description" | "name">>;
/**

@@ -38,0 +38,0 @@ * Only use this on descriptions that are plain text, or that we create

{
"name": "graphile-build",
"version": "5.0.0-0.22",
"version": "5.0.0-0.23",
"description": "Build a GraphQL schema from plugins",

@@ -5,0 +5,0 @@ "type": "commonjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc