mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
20 lines
313 B
YAML
20 lines
313 B
YAML
description: Search tracks of an artist
|
|
url: /v1alpha1/graphql
|
|
status: 200
|
|
headers:
|
|
X-Hasura-Role: Artist
|
|
X-Hasura-Artist-Id: '1'
|
|
response:
|
|
data:
|
|
search_tracks:
|
|
- id: 1
|
|
name: Keepup
|
|
query:
|
|
query: |
|
|
query {
|
|
search_tracks(args: {search: "up"}){
|
|
id
|
|
name
|
|
}
|
|
}
|