mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
056765578f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4185 GitOrigin-RevId: 16a24fdcdbd195b4b59bcca7957c469ba073dabb
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 |