Closed
Description
Is there any purpose that in v16 was renamed the following property:
export class GraphQLScalarType {
name: string;
description: Maybe<string>;
- specifiedByUrl: Maybe<string>;
+ specifiedByURL: Maybe<string>;
v15.5 https://github.com/graphql/graphql-js/blob/15.x.x/src/type/definition.js#L578
v16.0.0-alpha.2 https://github.com/graphql/graphql-js/blob/main/src/type/definition.ts#L580
This change breaks specifiedByUrl
definition for Scalars distributed via npm. Most popular is GraphQLJSON: https://github.com/taion/graphql-type-json/blob/master/src/index.js#L55-L56
Metadata
Metadata
Assignees
Labels
No labels