Minor Changes
- #4448
e751f65Thanks @dargmuesli! - AddcustomScalarSchemasprop toGraphiQLProvider/GraphiQL, forwarded tomonaco-graphql's per-schemacustomScalarSchemasconfig. Without it, the variable editor's live JSON Schema linter assumes every custom scalar only accepts primitives (string, number, boolean, integer) and reports a spurious "Incorrect type" error for scalars that legitimately accept objects or arrays (e.g. aJSONorGeoJSONscalar).graphql-language-serviceandmonaco-graphqlalready supported this per-scalar override;@graphiql/reactjust never exposed it.