-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: thecodingmachine/graphqlite-laravel
base: v6.0.1
head repository: thecodingmachine/graphqlite-laravel
compare: master
- 12 commits
- 14 files changed
- 4 contributors
Commits on Dec 5, 2021
-
Add a config variable to set the HTTP code in the operations
In the default implementation in GraphQLite when an operation result has any error the status code by default is Bad Request (400), this is not the way how GraphQL clients expects a response, with this setter we can set a custom behavior to handle this cases.
Configuration menu - View commit details
-
Copy full SHA for fb486e3 - Browse repository at this point
Copy the full SHA fb486e3View commit details
Commits on Apr 5, 2023
-
Adding compatibility with Laravel 9 and 10
Laravel 9 and 10 require jumping PHP version. Because thecodingmachine/graphqlite 6.2 uses the newer psr/container (also used by this package) it requires upgrading a number of classes. Therefore, this commit needs to be tagged as a new minor release at least.
Configuration menu - View commit details
-
Copy full SHA for 3efc8fd - Browse repository at this point
Copy the full SHA 3efc8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9117b48 - Browse repository at this point
Copy the full SHA 9117b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e9865 - Browse repository at this point
Copy the full SHA 00e9865View commit details -
Merge pull request #42 from thecodingmachine/laravel-9-and-10
Adding compatibility with Laravel 9 and 10
Configuration menu - View commit details
-
Copy full SHA for 44a98e4 - Browse repository at this point
Copy the full SHA 44a98e4View commit details
Commits on Apr 7, 2023
-
Merge branch 'master' of github.com:thecodingmachine/graphqlite-larav…
…el into http_code_decider # Conflicts: # config/graphqlite.php
Configuration menu - View commit details
-
Copy full SHA for 3969452 - Browse repository at this point
Copy the full SHA 3969452View commit details -
Switching "decider" key to "http_code_decider"
Refactoring code to remove setter.
Configuration menu - View commit details
-
Copy full SHA for 5a591ba - Browse repository at this point
Copy the full SHA 5a591baView commit details -
Merge pull request #43 from thecodingmachine/http_code_decider
Adding an option to set HttpCodeDecider
Configuration menu - View commit details
-
Copy full SHA for 4694583 - Browse repository at this point
Copy the full SHA 4694583View commit details
Commits on Apr 28, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2057763 - Browse repository at this point
Copy the full SHA 2057763View commit details
Commits on May 10, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for e84ac64 - Browse repository at this point
Copy the full SHA e84ac64View commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db6dfa1 - Browse repository at this point
Copy the full SHA db6dfa1View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 067a746 - Browse repository at this point
Copy the full SHA 067a746View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.1...master