Skip to content

chore(deps): update module github.com/vektah/gqlparser/v2 to v2.5.6 - autoclosed #187

chore(deps): update module github.com/vektah/gqlparser/v2 to v2.5.6 - autoclosed

chore(deps): update module github.com/vektah/gqlparser/v2 to v2.5.6 - autoclosed #187

Triggered via pull request July 3, 2023 13:51
Status Failure
Total duration 1m 26s
Artifacts

main.yml

on: pull_request
Matrix: Static checks
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static checks (1.*)
expected type, found '.' (and 7 more errors)
Static checks (1.*)
expected type, found '.'
Static checks (1.*): example/graphql/resolver.go#L61
expected type, found '.'
Static checks (1.*): example/graphql/resolver.go#L74
expected selector or type assertion, found ','
Static checks (1.*): example/graphql/resolver.go#L75
missing ',' in composite literal
Static checks (1.*): example/graphql/resolver.go#L75
expected operand, found ':'
Static checks (1.*): example/graphql/resolver.go#L81
missing ',' in composite literal
Static checks (1.*): example/graphql/resolver.go#L81
missing ',' before newline in composite literal
Static checks (1.*): example/graphql/resolver.go#L83
expected ';', found QueryResolver
Static checks (1.*): example/graphql/resolver.go#L44
cannot use new(rootResolver) (value of type *rootResolver) as ResolverRoot value in variable declaration: *rootResolver does not implement ResolverRoot (missing method Mutation)