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

Rename extendType to extendedType and deprecate extendType #7372

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

soham-bentley
Copy link
Contributor

@@ -61,8 +61,12 @@ export interface QueryPropertyMetaData {
jsonName: string;
/** The name is the property's alias if the property is a generated one, otherwise, it is the name of the property. */
name: string;
/** If this property is a PrimitiveECProperty, extend type is the extended type name of this property, if it is not defined locally will be inherited from base property if one exists, otherwise extended type is set to an empty string. */
/** If this property is a PrimitiveECProperty, extend type is the extended type name of this property, if it is not defined locally will be inherited from base property if one exists, otherwise extend type is set to an empty string.
* @deprecated in 4.10 Use extendedType instead
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have written @deprecated in 4.10 Is the version number okay? Or should I write something else?
@khanaffan

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.10 is already released. It'll have to go in 4.11

@khanaffan khanaffan changed the title fixes extendedType prop for concurrent query Rename extendType to extendedType and deprecate extendType Nov 14, 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.

3 participants