GraphQL types not lowercase
We are using the to help craft up some gql queries.
But-
Our resources are cased like 'Asset' and 'Product'-
Those are the names of the resources passed from the function.
When the query gets submitted, the provider sets the entityType to 'asset' and 'product'.
Is there a way have it passed as defined?
But-
Our resources are cased like 'Asset' and 'Product'-
Those are the names of the resources passed from the function.
When the query gets submitted, the provider sets the entityType to 'asset' and 'product'.
Is there a way have it passed as defined?
