InterfaceTypeDef
API reference
A definition of a custom interface defined in a Module.
Implements Node
description: String!
The doc string for the interface, if any.
id: ID!
A unique identifier for this InterfaceTypeDef.
name: String!
The name of the interface.
sourceModuleName: String!
If this InterfaceTypeDef is associated with a Module, the name of the module. Unset otherwise.