Skip to content

feat(core): add support for multiple schemas #573

feat(core): add support for multiple schemas

feat(core): add support for multiple schemas #573

Triggered via pull request April 25, 2024 07:23
Status Failure
Total duration 34s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Checks
Type '{ node: NoSubstitutionTemplateLiteral; schema: string; }[]' is not assignable to type '(TaggedTemplateExpression | NoSubstitutionTemplateLiteral)[]'.
Checks
Argument of type '{ current: GraphQLSchema | { schemas: { [name: string]: GraphQLSchema; }; } | null; version: number; }' is not assignable to parameter of type '{ current: GraphQLSchema | null; version: number; }'.
Checks
Process completed with exit code 1.