Closed justlevine closed 1 year ago
Code Climate has analyzed commit 1fed98c5 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.
What
Deprecates the
FormField.id
GraphQL field in favor ofFormField.databaseId
.Why
In a future release, we need to change the
id
to be a RelayID
, so we can implement #298 and make the connection fully Relay compliant (see #335)How
Testing Instructions
Additional Info
Checklist: