full-greenF
Refine2y ago
7 replies
full-green

GraphQL types not lowercase

We are using the
graphqlDataProvider
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
getList
function.
When the query gets submitted, the provider sets the entityType to 'asset' and 'product'.
Is there a way have it passed as defined?
Was this page helpful?