Skip to main content

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.

functions: [Function!]!

Functions defined on this interface, if any.

sourceMap: SourceMap

The location of this interface declaration.

References

Returned by