graphql-engine
graphql-engine copied to clipboard
Remote schema relations arguments type does not accept ENUM type
I am trying to make a Remote Schema Relationships the remote Query has the following signature
Query.ListPaymentMethods( limit: Float cursor: String type: PaymentType! ): [CustomerCardType!]!
the PaymentType is an ENUM type I want to have a remote relationship to call this mutation given a fixed type but I keep getting the following error
in table "organizations": in remote relationship"cards": cannot validate remote relationship because expected type "PaymentType" but got "String"
here is a screen shot

Same here bumping
You are right, this is not supported yet. Enums should be deduced from string values.
This is still not supported? :(