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
Add a third output format named compact that can be used in conjunction with programs like grep. See README.md for sample output. #209 (Thanks @MatthewRines)
Bug fixes
Allow first argument to be a non-nullable integer when connection only supports forward pagination. #203 (Thanks @swac)
Allow last argument to be a non-nullable integer when connection only supports backward pagination. #203 (Thanks @swac)