Create graphql package
Signed-off-by: jffarge <slumbering.pierrot@gmail.com>
This commit is contained in:
23
docs/reference/graphql.md
Normal file
23
docs/reference/graphql.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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* | `_\|_` |- |
|
Reference in New Issue
Block a user