graphql_object_type_interfaces

Filters the interfaces applied to an object type

apply_filters( 'graphql_object_type_interfaces', array $interfaces, array $config, WPObjectType $object_type );

Params

  • $interfaces (array): List of interfaces applied to the Object Type
  • $config (array): The config for the Object Type
  • $object_type (WPObjectType): The WPObjectType instance