Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gatsby-source-wordpress): use wpgql 1.13 in itests #37146

Merged
merged 42 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1f5ea40
add findNamedTypeName helper to get the named type from a type instea…
TylerBarnes Nov 30, 2022
8f1df76
id fields can't be excluded as fetching them is hardcoded
TylerBarnes Nov 30, 2022
b9c4f05
don't exclude non null types
TylerBarnes Nov 30, 2022
7751d17
add caching to getGatsbyNodeTypeNames()
TylerBarnes Nov 30, 2022
cd027a5
Prevent typename conflicts between Gatsby & WPGraphQL
TylerBarnes Nov 30, 2022
8348520
remove old deprecated field from forever ago
TylerBarnes Nov 30, 2022
ad69ca6
always add __typename for any kind of connection
TylerBarnes Nov 30, 2022
d8b45bd
include built type names along with original typenames when listing G…
TylerBarnes Nov 30, 2022
a30855f
refactor
TylerBarnes Nov 30, 2022
55c1c06
ensure implemented interface types make it through to Gatsby
TylerBarnes Nov 30, 2022
ed30c5f
allow "peeking" transformedFields without actually building type defi…
TylerBarnes Nov 30, 2022
de309ed
refactor findTypeKind
TylerBarnes Nov 30, 2022
64a7e2b
refactor findTypeName to findNamedType
TylerBarnes Nov 30, 2022
eb00fee
Update transform-object.js
TylerBarnes Dec 1, 2022
f713a91
add interfaces to the correct property
TylerBarnes Dec 1, 2022
6879c6a
remove nodeType field, it's not needed in GraphQL, just on node objects
TylerBarnes Dec 1, 2022
d888f37
add the Node type to any list of interfaces that includes WpNode
TylerBarnes Dec 1, 2022
296d220
any origin type that implements Node should implement that interface …
TylerBarnes Dec 1, 2022
741427a
cache gatsby node type names lookup
TylerBarnes Dec 1, 2022
a20e364
cleanup generated edge/connection typenames
TylerBarnes Dec 1, 2022
b6da50a
only postfix types when it's required by breaking change in wpgql 1.13.0
TylerBarnes Dec 1, 2022
23d57a8
bump v
TylerBarnes Dec 1, 2022
01411eb
excluded types can make builtType return null, so check it before acc…
TylerBarnes Dec 1, 2022
0ee308b
Merge branch 'fix/wp-graphql-1.13' into chore/use-wpgql-1.13-in-itests
TylerBarnes Dec 1, 2022
0e28c77
Update file-sample_1MB.doc
TylerBarnes Dec 1, 2022
7153a21
use correct db id for author
TylerBarnes Dec 1, 2022
c2ad2ed
blacklist cursor field since we don't need to fetch it
TylerBarnes Dec 1, 2022
d4f95f5
move interface identification after other types so gatsby node types …
TylerBarnes Dec 1, 2022
1901e10
build type sdl strings from introspection values
TylerBarnes Dec 1, 2022
f58966e
identify lists of gatsby node interfaces while building gatsby schema
TylerBarnes Dec 1, 2022
5855663
Merge branch 'fix/wp-graphql-1.13' into chore/use-wpgql-1.13-in-itests
TylerBarnes Dec 1, 2022
e9415b1
update schema snapshots for WPGraphQL 1.13.4
TylerBarnes Dec 1, 2022
7238356
wait for plugins to be ready before running tests
TylerBarnes Dec 1, 2022
ac0af38
don't throw errors if the directory doesn't exist
TylerBarnes Dec 1, 2022
a85215f
Update index.js
TylerBarnes Dec 1, 2022
2ce648f
if a scalar type isn't supported, type is as JSON
TylerBarnes Dec 1, 2022
ebdaa19
Merge branch 'fix/wp-graphql-1.13' into chore/use-wpgql-1.13-in-itests
TylerBarnes Dec 1, 2022
dd958dd
Merge branch 'master' into fix/wp-graphql-1.13
TylerBarnes Dec 2, 2022
4dafaa8
WPGraphQL is about to add a PageInfo type that will cause the same pr…
TylerBarnes Dec 2, 2022
65a3187
Merge branch 'fix/wp-graphql-1.13' of https://github.com/gatsbyjs/gat…
TylerBarnes Dec 2, 2022
d289eb6
Merge branch 'fix/wp-graphql-1.13' into chore/use-wpgql-1.13-in-itests
TylerBarnes Dec 2, 2022
46a9a86
Merge branch 'master' into chore/use-wpgql-1.13-in-itests
TylerBarnes Dec 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration-tests/gatsby-source-wordpress/.env.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WPGRAPHQL_VERSION=v1.8.0
WPGRAPHQL_VERSION=v1.13.4
WPGATSBY_VERSION=v2.3.2
WPGRAPHQL_ACF_VERSION=v0.5.3
CPT_UI_VERSION=1.11.2
Expand Down
Binary file not shown.
Loading