You are here

ViolationInterface.php in Open Social 10.2.x

File

modules/custom/social_graphql/src/GraphQL/ViolationInterface.php
View 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

Namesort descending Description
ViolationInterface A violation indicating there was an error in a mutation input.