kronostechnologies/graphql-framework

View on GitHub
src/Kronos/GraphQLFramework/Hydrator/UndefinedValue.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Kronos\GraphQLFramework\Hydrator;

/**
 * Represents an undefined value in the DTOs.
 * @package Kronos\GraphQLFramework\Hydrator
 */
class UndefinedValue
{

}