Skip to content

Commit 8319416

Browse files
committed
fix: load first 50 fields instead of 20
1 parent 83c81b5 commit 8319416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/lib/queries.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const queryProjectNodes = `
3434
title
3535
description
3636
url
37-
fields(first: 20) {
37+
fields(first: 50) {
3838
nodes {
3939
id
4040
name

0 commit comments

Comments
 (0)