query{
pickUpStores(
filter: { name: { like: "Brick and Mortar 1%" } }
pageSize: 2
currentPage: 1
) {
total_count
items {
name
street
postcode
}
}
}
{
"errors": [
{
"debugMessage": "Attribute not found in the visible attributes list",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"pickUpStores"
]
}
],
"data": {
"pickUpStores": null
}
}
Below error coming after execute the query mentioned into module