InterfaceType

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