Skip to content

Getting error while applying GraphQL-Query with a filter #3

@ParthBrahmbhatt

Description

@ParthBrahmbhatt
query{
  pickUpStores(
    filter: { name: { like: "Brick and Mortar 1%" } }
    pageSize: 2
    currentPage: 1
  ) {
    total_count
    items {
      name
      street
      postcode
    }
  }
}

Below error coming after execute the query mentioned into module

{
  "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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions