Add types with implemented fields only

Hi,

I have a scheme that contains an interface that currently has all the data that its implementing types need.
I don’t need to expand it at the moment but slash doesn’t let me upload empty types.
An example of euqivelent scheme:

interface Animal{
    id: ID!
    legsNumber: Int!
    class: String!
    name: String
}

type Dog implements Animal{
}

Lets say that for now dog doesn’t have any other attributes, gow can add this type to slash?

Thanks
Or

Hi @spinelsun,

This issue has been noted down here and a ticket has already been created. You may track any progress in the same discuss issue.