You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: fix that strings starting with a digit were considered a valid AQL identifier
This should not have an effect we only used bare identifiers to access properties, and properties are either built-in names or graphql field names which cannot start with a digit.
0 commit comments