We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d210b commit 9517746Copy full SHA for 9517746
start/app/src/main/graphql/LaunchList.graphql
@@ -0,0 +1,10 @@
1
+query LaunchList {
2
+ launches {
3
+ cursor
4
+ hasMore
5
6
+ id
7
+ site
8
+ }
9
10
+}
0 commit comments