You are here

public property GraphQLType::$interfaces in GraphQL 8.3

The list of interfaces implemented by this type.

Fields annotated to interfaces will be inherited.

Type: array

File

src/Annotation/GraphQLType.php, line 24

Class

GraphQLType
Annotation for GraphQL type plugins.

Namespace

Drupal\graphql\Annotation

Code

public $interfaces = [];