query ReactionsDefault { user(login: "$login") { login $type($before last: 50) { edges { cursor node { createdAt reactions(last: 100, orderBy: {field: CREATED_AT, direction: DESC}) { nodes { content user { login } } } } } } } }