mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
12 lines
212 B
YAML
12 lines
212 B
YAML
|
description: pgScalar (custom scalar) response should be allowed
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
query:
|
||
|
query: |
|
||
|
mutation {
|
||
|
pgscalar_response
|
||
|
}
|
||
|
response:
|
||
|
data:
|
||
|
pgscalar_response:
|
||
|
foo: bar
|