Skip to content

Commit

Permalink
add toplevel socket query example (#4187)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <alex@dagger.io>
  • Loading branch information
vito committed Dec 14, 2022
1 parent ff331f3 commit 91accd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs-graphql/data/examples/queries/socket/gql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```gql
query {
socket(id: "eyJob3N0X3BhdGgiOiIvcnVuL2RvY2tlci5zb2NrIn0=") {
id
}
}
```

<a href="https://play.dagger.cloud/playground/fjnjn7cKORa" target="_blank">Try it in the API Playground!</a>

0 comments on commit 91accd9

Please sign in to comment.