GraphQL-Ruby will currently let you define ```graphql interface Thing { name: String } type Object implements Thing { name: Float } ``` But this is not allowed by the spec. It should validate somewhere along the line to make sure that isn't possible.