-
Notifications
You must be signed in to change notification settings - Fork 13
Refactor usage of 'attrib' to 'allAttrib' #321
Copy link
Copy link
Labels
type: enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Server is pending removal of attrib attribute on GraphQL. The replacement for it would be using allAttrib
Describe the solution you'd like
We'll need to update anything using attrib in Python API (plus those that access it directly in core).
Please let's make a brief summary of what the change would be like exactly so it's easy for anyone to refactor any code that may be touching attrib still. It'd be nice because we can also share this API change with explanation to the clients and tell them what to use instead.
Describe alternatives you've considered
...
Additional context
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request