Replies: 1 comment
-
UP! I cannot still find a workaround to do that... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to add a remote schema relationship with a custom type. Here is a preview of the remote schema:
The type
PubKeyGva
is in fact a simpleString
.I created a
User
table in Hasura with pubkeycolumn
:I want to set a relationship between the remote schema and my schema with the pubkey column.

But when I set it, Hasura return this error:
So, my question is how to create a relationship with a custom type in the remote schema?
Beta Was this translation helpful? Give feedback.
All reactions