InterfaceType

@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_3_2)
constructor(name: String, keyFields: List<String> = emptyList(), implements: List<InterfaceType> = emptyList())

Deprecated

Use the Builder instead

Replace with

InterfaceType.Builder().keyFields(keyFields).implements(implements).build()