Skip to content

Commit

Permalink
- update dependencies (wp-graphql 2.0+, appsero/client 2.0+)
Browse files Browse the repository at this point in the history
- update `setPersistentQueryLoader` to `setPersistedQueryLoader` per graphql-php
- update `getVisitor` to accept `QueryValidationContext` instead of `ValidationContext` per graphql-php
  • Loading branch information
jasonbahl committed Feb 13, 2025
1 parent 5ffd6f5 commit f806103
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 756 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"automattic/vipwpcs": "^2.3",
"phpstan/extension-installer": "^1.3",
"axepress/wp-graphql-stubs": "^1.14",
"wp-graphql/wp-graphql": "^1.14",
"appsero/client": "^1.2"
"wp-graphql/wp-graphql": "^2.0",
"appsero/client": "^2.0"
},
"scripts": {
"phpcs-i": [
Expand Down Expand Up @@ -70,6 +70,6 @@
}
},
"require": {
"appsero/client": "^1.2"
"appsero/client": "^2.0"
}
}
Loading

0 comments on commit f806103

Please sign in to comment.