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

Update WPGraphQL to v1.22.1 #85

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

alecgeatches
Copy link
Contributor

@alecgeatches alecgeatches commented Apr 4, 2024

Description

Update WPGraphQL to the latest version (v1.22.1). Note there was a previous PR attempting an update with git subtree, but that was abandoned for dependency difficulties.

Steps to Test

  1. Install and activate the plugin.

  2. Go to Admin -> Settings -> VIP Decoupled and ensure "WPGraphQ" and "VIP Block Data API" are enabled.

  3. Go to Admin -> GraphQL -> GraphiQL IDE and try a block query against an existing post (431 below):

    query NewQuery {
      post(id: 431, idType: DATABASE_ID) {
        blocksData {
          blocks {
            id
            name
            innerBlocks {
              attributes {
                name
                value
              }
              id
              name
              parentId
            }
          }
        }
      }
    }
  4. See the results:

    Screenshot 2024-04-04 at 1 42 51 PM

@alecgeatches alecgeatches self-assigned this Apr 4, 2024
@alecgeatches alecgeatches requested a review from a team as a code owner April 4, 2024 19:48
@alecgeatches alecgeatches changed the base branch from trunk to planned-release/1.2.2 April 4, 2024 19:50
@alecgeatches alecgeatches merged commit c3ad6a3 into planned-release/1.2.2 Apr 4, 2024
2 checks passed
@alecgeatches alecgeatches deleted the update/wpgraphql-v1.22.1 branch April 4, 2024 19:50
@alecgeatches alecgeatches changed the title Update WPGraphQL to v1.22.1, remove version from path Update WPGraphQL to v1.22.1 Apr 4, 2024
@alecgeatches alecgeatches mentioned this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant