Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Items by Category #11

Closed
margdaly opened this issue Jul 10, 2023 · 0 comments
Closed

Get Items by Category #11

margdaly opened this issue Jul 10, 2023 · 0 comments
Assignees

Comments

@margdaly
Copy link
Contributor

Items by Category - Hiking

Success - 200

Body

query{
  items(category:"Hiking") {
    id
    name
  }
}

Response - 200


  "data": {
    "items": [
      {
        "id": "4",
        "name": "Hiking Boots"
      },
      {
        "id": "5",
        "name": "Backpack"
      },
      {
        "id": "6",
        "name": "Water Bottle"
      },
      {
        "id": "10",
        "name": "Suncreen"
      }
    ]
  }
}

Failure

Body


Response


@margdaly margdaly changed the title Get Items by Category - Hiking Get Items by Category Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants