podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

As a developer, I want to modify the GQL schema to clarify product query/mutation intent #39

Closed joshgarde closed 1 year ago

joshgarde commented 1 year ago

Modify the GQL schema to better differentiate the raster product querying and creation operations. query.l2RasterProduct should remain the same, but provide documentation that if the product does not exist, it will not be created. mutation.queryOrCreateL2RasterProduct should provide the same functionality as query.l2RasterProduct, but in addition, if a product requested does not exist, it will initiate the generation of the product

This differentiation should cover the two base use cases for Swodlr