When importing bookmarks from Pinboard, etc. we are accounting for the creation date in the import (see ticket #110) however the ordering from the GraphQL resolvers is not respecting that.
For reference, new user jw has links originally saved in 2008 showing up as most recent. It should be respecting the creation date.
I think this probably has to do with the pagination helper function and the use of an id field for ordering. We need to either change this for links or change how the import is ordered.