Hello World
Last updated
Was this helpful?
Was this helpful?
{
"data": {
"libraries": [
{
"id": "fc28b204-0cd0-46b3-96eb-b0720c16c423",
"name": "Main Library",
"slug": "main-library",
"description": "Primary component library"
}
]
}
}curl 'https://api.durohub.com/graphql' \
-H 'x-api-key: YOUR_API_KEY' \
-H 'x-organization: @your-org' \
-H 'Content-Type: application/json' \
-d '{"query": "query { libraries { id name slug } }"}'