Remote schema relations arguments type does not accept ENUM type #6259
Labels
a/api/graphql
c/remote-joins
Related to remote joins
k/enhancement
New feature or improve an existing feature
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
The text was updated successfully, but these errors were encountered: