Skip to content

Commit

Permalink
Merge pull request #30 from fdnd/feature/sort-task-order
Browse files Browse the repository at this point in the history
Feature/sort task order
  • Loading branch information
RobinFrugte97 authored Dec 11, 2020
2 parents 8293e3b + 98447b8 commit 29c35bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1,863 deletions.
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const graphqlWithAuth = graphql.defaults({

graphqlWithAuth(`{
organization(login: "fdnd-task") {
repositories(first: 100, orderBy: {field: NAME, direction: DESC}) {
repositories(first: 100, orderBy: {field: NAME, direction: ASC}) {
nodes {
name
url
Expand Down
Loading

0 comments on commit 29c35bc

Please sign in to comment.