-
Notifications
You must be signed in to change notification settings - Fork 468
All inputs that expect an ID (global or integer) should be of Type ID in the Schema #997
Copy link
Copy link
Open
Labels
compat: breaking changeThis is a breaking change to existing functionalityThis is a breaking change to existing functionalitycomponent: inputRelating to GraphQL Input TypesRelating to GraphQL Input Typeseffort: highMore than a weekMore than a weekimpact: medMinor performance improvements, fix broad user base issuesMinor performance improvements, fix broad user base issuesobject type: commentRelating to the Comment TypeRelating to the Comment Typeobject type: postRelating to the Post Object TypesRelating to the Post Object Typesobject type: termRelating to the Term TypesRelating to the Term Typesobject type: userRelating to the User TypeRelating to the User Typestatus: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality
Milestone
Description
We're breaking #109 into 2 issues.
This issue should address making all input Types that expect an ID of some sort to be of Type ID.
Resolution can still be inconsistent (for now), but the Schema itself should all be of Type ID so that we can make resolution consistent in the future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
compat: breaking changeThis is a breaking change to existing functionalityThis is a breaking change to existing functionalitycomponent: inputRelating to GraphQL Input TypesRelating to GraphQL Input Typeseffort: highMore than a weekMore than a weekimpact: medMinor performance improvements, fix broad user base issuesMinor performance improvements, fix broad user base issuesobject type: commentRelating to the Comment TypeRelating to the Comment Typeobject type: postRelating to the Post Object TypesRelating to the Post Object Typesobject type: termRelating to the Term TypesRelating to the Term Typesobject type: userRelating to the User TypeRelating to the User Typestatus: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality
Type
Projects
Status
🛑 On Hold