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

Can query with basic filtering #8

Open
Peeja opened this issue Jun 16, 2023 · 0 comments
Open

Can query with basic filtering #8

Peeja opened this issue Jun 16, 2023 · 0 comments
Assignees

Comments

@Peeja
Copy link
Collaborator

Peeja commented Jun 16, 2023

{
  "@context": { "@vocab": "http://swapi.dev/documentation#" },
  "@graph": [
    {
      "@id": "?",
      "@type": "Person",
      "name": { "@value": "?", "@strends": " Skywalker" }
    }
  ]
}
{
  "@context": { "@vocab": "http://swapi.dev/documentation#" },
  "@graph": [
    {
      "@id": "https://swapi.dev/api/people/1/",
      "@type": "Person",
      "name": { "@value": "Luke Skywalker", "@strends": " Skywalker" }
    },
    {
      "@id": "https://swapi.dev/api/people/11/",
      "@type": "Person",
      "name": { "@value": "Anakin Skywalker", "@strends": " Skywalker" }
    },
    {
      "@id": "https://swapi.dev/api/people/43/",
      "@type": "Person",
      "name": { "@value": "Shmi Skywalker", "@strends": " Skywalker" }
    }
  ]
}
@Peeja Peeja added this to the 2.1 Reactive Observable Query milestone Jun 16, 2023
@Peeja Peeja self-assigned this Jun 19, 2023
@Peeja Peeja moved this to Todo in Sustainable Web Apps Jun 19, 2023
@Peeja Peeja moved this from Todo to Done in Sustainable Web Apps Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant