mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
17 lines
229 B
YAML
17 lines
229 B
YAML
|
description: Nested select on article
|
||
|
url: /v1alpha1/graphql
|
||
|
status: 200
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
article {
|
||
|
id
|
||
|
title
|
||
|
content
|
||
|
author {
|
||
|
id
|
||
|
name
|
||
|
}
|
||
|
}
|
||
|
}
|