Youshido\GraphQL\Relay\Connection\Connection::forwardArgs PHP Method

forwardArgs() public static method

public static forwardArgs ( )
    public static function forwardArgs()
    {
        return ['after' => ['type' => TypeMap::TYPE_STRING], 'first' => ['type' => TypeMap::TYPE_INT]];
    }