Create graphql package

Signed-off-by: jffarge <slumbering.pierrot@gmail.com>
This commit is contained in:
jffarge
2021-10-22 17:39:16 +02:00
committed by jffarge
parent 79f86227f3
commit 6825309f31
7 changed files with 148 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
- [gcp/secretmanager](./gcp/secretmanager.md) - Google Cloud Secret Manager
- [git](./git.md) - Git operations
- [go](./go.md) - Go build operations
- [graphql](./graphql.md) - -
- [http](./http.md) - -
- [io](./io.md) - IO operations
- [java/maven](./java/maven.md) - Maven is a build automation tool for Java

23
docs/reference/graphql.md Normal file
View 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* | `_\|_` |- |