You are here

public property GraphQLInterface::$interfaces in GraphQL 8.3

The list of parent interfaces this interface extends.

Fields attached to interfaces will be inherited.

Type: string[]

File

src/Annotation/GraphQLInterface.php, line 24

Class

GraphQLInterface
Annotation for GraphQL interface plugins.

Namespace

Drupal\graphql\Annotation

Code

public $interfaces = [];