Skip to content

Remote schema relations arguments type does not accept ENUM type #6259

@Ibrahim9595

Description

@Ibrahim9595

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
error

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions