Skip to main content
Version: 4.0

Errors and Fixes

This list should give you clues and ideas how to fix certain issues you might come up with.

Cannot query field "CoreShopAuthorize" on type "Mutations"

This means that you did not define the CoreShopUser as part of your DataHub GraphQL Schema. Only DataObjects that are allowed as Query Schema can be used.

Cannot query field "CoreShopLatestProducts" on type "Queries"

This means that you did not define the CoreShopProduct as part of your DataHub GraphQL Schema. Only DataObjects that are allowed as Query Schema can be used.