Where can I find a list of all the options for the...
# general
m
Where can I find a list of all the options for the properties of the cloud pricing API that work?
b
Hello! Do you mean the schema of the GraphQL API? Here’s the list of types https://github.com/infracost/cloud-pricing-api/blob/master/src/typeDefs.ts. Also, may I ask you to use #help next time as we try to keep #general for the news and announcements? Thanks :)
Or do you mean the values for the attributes? As the API has millions of SKUs the values may differ from resource to resource. The best way to explore this is by getting a database and making queries directly. We have a guide how to do it: https://github.com/infracost/infracost/blob/master/contributing/add_new_resource_guide.md#price-search
m
I meant the second one, thanks that helps. And next time I’ll post in #help