Interfaces are now defined with a `&` and not a `,` eg; ```graphql type FeaturedPost implements Post & Featured { title: String! featured: Boolean! } ```