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

feat: deprecate FormField.id in favor of databaseId #352

Merged
merged 1 commit into from
Feb 13, 2023
Merged

feat: deprecate FormField.id in favor of databaseId #352

merged 1 commit into from
Feb 13, 2023

Conversation

justlevine
Copy link
Member

What

Deprecates the FormField.id GraphQL field in favor of FormField.databaseId.

Why

In a future release, we need to change the id to be a Relay ID, so we can implement #298 and make the connection fully Relay compliant (see #335)

How

Testing Instructions

Additional Info

Checklist:

  • This PR is tested to the best of my abilities.
  • This PR follows the WordPress Coding Standards.
  • This PR has proper inline documentation.
  • This PR has unit tests to verify the code works as intended.
  • The changes in this PR have been noted in CHANGELOG.md

@justlevine justlevine added the safe to test ✔ This PR can be run using repository secrets label Feb 13, 2023
@codeclimate
Copy link

codeclimate bot commented Feb 13, 2023

Code Climate has analyzed commit 1fed98c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 84.3% (0.0% change).

View more on Code Climate.

@justlevine justlevine merged commit 83e48b3 into AxeWP:develop Feb 13, 2023
@justlevine justlevine deleted the feat/deprecate-formField.id-for-databaseId branch February 13, 2023 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test ✔ This PR can be run using repository secrets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant