Skip to content

Commit 9517746

Browse files
committed
Add a GraphQL query
1 parent b3d210b commit 9517746

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
query LaunchList {
2+
launches {
3+
cursor
4+
hasMore
5+
launches {
6+
id
7+
site
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)