You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GraphQLName("Property")
@KeyDirective(fields = FieldSet("primaryKey"))
data class GraphqlPropertyOutput(
val primaryKey: String,
val name: String,
val landlordName: String,
val createdAt: String,
val updatedAt: String
)
The text was updated successfully, but these errors were encountered:
Hi guys, I am unable to retrieve federated types with apollo federation v1. I am gettign this error with the below classes
Resolver
property class in property MS
The text was updated successfully, but these errors were encountered: