UNIFT PROTOCOL
  • 🏛️Unift Protocol
  • 😃Unift-Nostr-Service
    • 😎Random Number Service
    • 😄Graph Service
      • How to use Unift-Graph-Service
      • Create a NostrGraph
      • Create an entity
      • Delete an entity
      • List the entities
      • Add Data to entity
      • Update Data Of Entity
      • Delete Data Of Entity
      • Query Graph Data
  • 📕FAQ
    • What is Nostr Protocol?
Powered by GitBook
On this page
  1. Unift-Nostr-Service
  2. Graph Service

Query Graph Data

Public query api

URL: https://nostrgraph.unift.xyz/api/graph/{name}

Example:
curl --location --request POST 'https://nostrgraph.unift.xyz/api/graph/example1' \
--header 'content-type: application/json' \
--data-raw '{"query":"{user(order_by: {id: desc}) {\n    id\n    name\n    age\n    photo\n  }\n}"}'
PreviousDelete Data Of EntityNextWhat is Nostr Protocol?

Last updated 2 years ago

😃
😄