ViolationInterface.php in Open Social 10.2.x
Namespace
Drupal\social_graphql\GraphQLFile
modules/custom/social_graphql/src/GraphQL/ViolationInterface.phpView source
<?php
declare (strict_types=1);
namespace Drupal\social_graphql\GraphQL;
/**
* A violation indicating there was an error in a mutation input.
*/
interface ViolationInterface extends \JsonSerializable {
}
Interfaces
Name | Description |
---|---|
ViolationInterface | A violation indicating there was an error in a mutation input. |