thecodingmachine / graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.
35 stars 37 forks source link

ServerConfig doesn't match GraphQL\Server\ServerConfig with Symfony 6, GQLite 6 #173

Closed christian-lorenz closed 1 year ago

christian-lorenz commented 1 year ago

public function setValidationRules($validationRules)

needs the return value -> :self

Also there's some f* up with Graphqlite and GraphQLite (like at bundles.php), but this I could fix locally

nguyenk commented 1 year ago

@christian-lorenz we just released the SF 6 support in master, please check I think the issue is solved