24 lines
516 B
Markdown
24 lines
516 B
Markdown
|
---
|
||
|
sidebar_label: graphql
|
||
|
---
|
||
|
|
||
|
# alpha.dagger.io/graphql
|
||
|
|
||
|
```cue
|
||
|
import "alpha.dagger.io/graphql"
|
||
|
```
|
||
|
|
||
|
## graphql.#Query
|
||
|
|
||
|
### graphql.#Query Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### graphql.#Query Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*post.statusCode* | `string` |- |
|
||
|
|*post.body* | `string` |- |
|
||
|
|*data* | `_\|_` |- |
|