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
Copy file name to clipboardExpand all lines: src/types/granule.graphql
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,8 @@ input GranulesInput {
129
129
provider: [String]
130
130
"Search for granules using the readable_granule_name parameter."
131
131
readableGranuleName: [String]
132
+
"Search by the short name of the granule."
133
+
shortName: [String]
132
134
"One or more sort keys can be specified to impact searching. Fields can be prepended with a '-' to sort in descending order. Ascending order is the default but + can be used to explicitly request ascending."
133
135
sortKey: [String]
134
136
"The temporal datetime has to be in yyyy-MM-ddTHH:mm:ssZ format."
0 commit comments