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
This PR uncovered that folders no longer sorted alpha like they did in graphql3. Instead #1282
That PR just handled the most common scenario where File::$default_sort is unmodified from \""Name\"". Possibly graphql3 was able to handle \"File\".\"Name\" style syntax or ""Name" DESC" or ["File" => 'DESC] syntax, if so, graphql4 should be able to do the same
The text was updated successfully, but these errors were encountered:
This PR uncovered that folders no longer sorted alpha like they did in graphql3. Instead #1282
That PR just handled the most common scenario where File::$default_sort is unmodified from
\""Name\""
. Possibly graphql3 was able to handle\"File\".\"Name\"
style syntax or ""Name" DESC" or ["File" => 'DESC] syntax, if so, graphql4 should be able to do the sameThe text was updated successfully, but these errors were encountered: