mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-02 19:54:33 +00:00
* Add Martijn Walraven to "Definitions by" section of the package header * Add `validateSDL` function * Add `toConfig` methods See https://github.com/graphql/graphql-js/pull/1331 * Add missing typing for `print` function See https://github.com/graphql/graphql-js/pull/1702 * Rename `MaybePromise` to `PromiseOrValue` https://github.com/graphql/graphql-js/pull/1798 * Rename `blockStringValue.js` to `blockString.js`, and `blockStringValue` to `dedentBlockStringValue` See16afd2efb8and60a2bf8f20* Update `graphql` version to 14.2 * Add `.prettierrc` and reformat all files This adds a `.prettierrc` based on the defaults used in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24552#issue-177715187, and reformats all files (only a few are affected). * Fix `GraphQLSchema.toConfig()` * Remove `.prettierrc`