-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
a/api/graphqlc/remote-joinsRelated to remote joinsRelated to remote joinsk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
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
picosam, sebastiancichos, gazorby and clausMeko
Metadata
Metadata
Assignees
Labels
a/api/graphqlc/remote-joinsRelated to remote joinsRelated to remote joinsk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature