This commit is contained in:
Your Name
2021-07-26 19:46:18 +02:00
parent e7a49138bb
commit aae17f10a6
818 changed files with 70695 additions and 16408 deletions
@@ -9,7 +9,6 @@ interface ContextSerializer
/**
* Serialize the context.
*
* @param \Nuwave\Lighthouse\Support\Contracts\GraphQLContext $context
* @return string
*/
public function serialize(GraphQLContext $context);
@@ -17,7 +16,6 @@ interface ContextSerializer
/**
* Unserialize the context.
*
* @param string $context
* @return \Nuwave\Lighthouse\Support\Contracts\GraphQLContext
*/
public function unserialize(string $context);