Skip to content

Tags: thecodingmachine/graphqlite-laravel

Tags

v6.2.2

Toggle v6.2.2's commit message
Overriding SchemaPrinter to bypass check on Subscriptions.

In Webonyx, the getType() function can return null. In GraphQLite, it throws an error.
This makes using the SchemaPrinter impossible.
We override the SchemaPrinter to stop searching for the "Subscription" type.

Note: this can only work if webonyx/graphql-php#1380 is merged.

v6.2.1

Toggle v6.2.1's commit message
Addig a graphqlite:export-schema command

This new Laravel command can be run using

```
./artisan graphqlite:export-schema --output file.schema
```

It will output the content of the Schema to an SDL file.
This can be useful for instance for tools like graphql-codegen.

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from thecodingmachine/http_code_decider

Adding an option to set HttpCodeDecider

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from thecodingmachine/laravel-9-and-10

Adding compatibility with Laravel 9 and 10

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from vuongxuongminh/patch-1

fix: `debug` setting in graphqlite config file

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from bmangeat/fix/disable-test-php-8-1

fix/disable-test-php-8-1

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from DenisVinokurov/master

Add support thecodingmachine/graphqlite 5

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #30 from tamellal/master

fix-new-UploadMiddleware-class-bug

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from Alejinho/master

Add support for Laravel 8.x

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from moufmouf/upgrade_laravel7

Adding Laravel 7 compatibility