Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cmr/concepts/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default class Collection extends Concept {
'short_name',
'sort_key',
'spatial_keyword',
'standard_product',
'tag_key',
'tool_concept_id',
'two_d_coordinate_system_name',
Expand Down
3 changes: 3 additions & 0 deletions src/types/collection.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ input CollectionsInput {
"Keywords relating to spatial aspects of the collection."
spatialKeyword: String

"Boolean to query for collections in the Standard Product portal"
standardProduct: Boolean

"Tags associated with the collection."
tagKey: [String]

Expand Down