new Deps
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user